Html Css Color HEX #512CCC Purple Heart

📋 copy color: '#512CCC'

red 81 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #512CCC

Tints of Purple Heart #512CCC

RGB

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

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

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

R = 24.62%
G = 13.37%
B = 62.01%

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

#512CCC (or 0x512CCC) is known color: Purple Heart. HEX triplet: 51, 2C and CC. RGB value is (81,44,204). Sum of RGB (Red+Green+Blue) = 81+44+204=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #512CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CCC is #AED333. Grayscale: #484848. Windows color (decimal): -11457332 or 13380689. OLE color: 13380689.

HSL color Cylindrical-coordinate representation of color #512CCC: hue angle of 253.87º degrees, saturation: 0.65, 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 #512CCC is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 44 204 -
CMYK 0.60 0.78 0 0.2
HSL 253.88º 0.65% 0.49% -
HSV(B) 253.88º 0.78% 0.8% -
XYZ 15.19 7.91 57.85 -
YUV 73.3 201.76 133.49 -
System Red Green Blue C M Y K H S L
Decimal 81 44 204 0.60 0.78 0 0.2 253.88 0.65 0.49
Hex 51 2C CC 3C 4E 0 14 FE 41 31
Octal 121 54 314 74 116 0 24 376 101 61
Binary 1010001 101100 11001100 111100 1001110 0 10100 11111110 1000001 110001

Color Harmonies of #512CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CCC

Black with #512CCC

Text Example


Text Example

White with #512CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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