Html Css Color HEX #512DCC Purple Heart

📋 copy color: '#512DCC'

red 81 ◦ green 45 ◦ blue 204

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

Shades of Purple Heart #512DCC

Tints of Purple Heart #512DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 24.55%
G = 13.64%
B = 61.82%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#512DCC (or 0x512DCC) is known color: Purple Heart. HEX triplet: 51, 2D and CC. RGB value is (81,45,204). Sum of RGB (Red+Green+Blue) = 81+45+204=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #512DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DCC is #AED233. Grayscale: #494949. Windows color (decimal): -11457076 or 13380945. OLE color: 13380945.

HSL color Cylindrical-coordinate representation of color #512DCC: hue angle of 253.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512DCC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 45 204 -
CMYK 0.60 0.78 0 0.2
HSL 253.58º 0.64% 0.49% -
HSV(B) 253.58º 0.78% 0.8% -
XYZ 15.23 7.99 57.87 -
YUV 73.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 81 45 204 0.60 0.78 0 0.2 253.58 0.64 0.49
Hex 51 2D CC 3C 4E 0 14 FE 40 31
Octal 121 55 314 74 116 0 24 376 100 61
Binary 1010001 101101 11001100 111100 1001110 0 10100 11111110 1000000 110001

Color Harmonies of #512DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DCC

Black with #512DCC

Text Example


Text Example

White with #512DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,45,204); }

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

background-color css

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

 a { background-color: rgb(81,45,204); }

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

border-color css

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

 span { border-color: rgb(81,45,204); }

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