Html Css Color HEX #512CD6 Purple Heart

📋 copy color: '#512CD6'

red 81 ◦ green 44 ◦ blue 214

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

Shades of Purple Heart #512CD6

Tints of Purple Heart #512CD6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

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

R = 23.89%
G = 12.98%
B = 63.13%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#512CD6 (or 0x512CD6) is known color: Purple Heart. HEX triplet: 51, 2C and D6. RGB value is (81,44,214). Sum of RGB (Red+Green+Blue) = 81+44+214=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #512CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CD6 is #AED329. Grayscale: #494949. Windows color (decimal): -11457322 or 14036049. OLE color: 14036049.

HSL color Cylindrical-coordinate representation of color #512CD6: hue angle of 253.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512CD6 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 44 214 -
CMYK 0.62 0.79 0 0.16
HSL 253.06º 0.67% 0.51% -
HSV(B) 253.06º 0.79% 0.84% -
XYZ 16.43 8.41 64.37 -
YUV 74.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 81 44 214 0.62 0.79 0 0.16 253.06 0.67 0.51
Hex 51 2C D6 3E 4F 0 10 FD 43 33
Octal 121 54 326 76 117 0 20 375 103 63
Binary 1010001 101100 11010110 111110 1001111 0 10000 11111101 1000011 110011

Color Harmonies of #512CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CD6

Black with #512CD6

Text Example


Text Example

White with #512CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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