Html Css Color HEX #512AD6 Purple Heart

📋 copy color: '#512AD6'

red 81 ◦ green 42 ◦ blue 214

#512AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #512AD6

Tints of Purple Heart #512AD6

RGB

 RED value IS 81 (32.03% from 255) = 24.04%

 GREEN value IS 42 (16.8% from 255) = 12.46%

 BLUE value IS 214 (83.98% from 255) = 63.5%

R = 24.04%
G = 12.46%
B = 63.5%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#512AD6 (or 0x512AD6) is known color: Purple Heart. HEX triplet: 51, 2A and D6. RGB value is (81,42,214). Sum of RGB (Red+Green+Blue) = 81+42+214=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #512AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512AD6 is #AED529. Grayscale: #484848. Windows color (decimal): -11457834 or 14035537. OLE color: 14035537.

HSL color Cylindrical-coordinate representation of color #512AD6: hue angle of 253.6º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512AD6 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 42 214 -
CMYK 0.62 0.80 0 0.16
HSL 253.6º 0.68% 0.5% -
HSV(B) 253.6º 0.8% 0.84% -
XYZ 16.36 8.26 64.35 -
YUV 73.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 81 42 214 0.62 0.80 0 0.16 253.6 0.68 0.5
Hex 51 2A D6 3E 50 0 10 FE 44 32
Octal 121 52 326 76 120 0 20 376 104 62
Binary 1010001 101010 11010110 111110 1010000 0 10000 11111110 1000100 110010

Color Harmonies of #512AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512AD6

Black with #512AD6

Text Example


Text Example

White with #512AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512AD6; }

 p { color: rgb(81,42,214); }

 H1.HeaderClassName
 {
   color: #512AD6;
 }
 .AnyTagClassName
 {
   color: #512AD6;
 }
</style>

background-color css

<style>
 a { background-color: #512AD6; }

 a { background-color: rgb(81,42,214); }

 div.DivClassName
 {
   background-color: #512AD6;
 }
 .BgClassName
 {
   background-color: #512AD6;
 }
</style>

border-color css

<style>
 span { border-color: #512AD6; }

 span { border-color: rgb(81,42,214); }

 td.TdClassName
 {
   border-color: #512AD6;
 }
 .TagClassName
 {
   border-color: #512AD6;
 }
</style>