Html Css Color HEX #512ECC Purple Heart

📋 copy color: '#512ECC'

red 81 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #512ECC

Tints of Purple Heart #512ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

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

R = 24.47%
G = 13.9%
B = 61.63%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#512ECC (or 0x512ECC) is known color: Purple Heart. HEX triplet: 51, 2E and CC. RGB value is (81,46,204). Sum of RGB (Red+Green+Blue) = 81+46+204=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #512ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ECC is #AED133. Grayscale: #494949. Windows color (decimal): -11456820 or 13381201. OLE color: 13381201.

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

Color convert

RGB 81 46 204 -
CMYK 0.60 0.77 0 0.2
HSL 253.29º 0.63% 0.49% -
HSV(B) 253.29º 0.77% 0.8% -
XYZ 15.27 8.06 57.88 -
YUV 74.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 81 46 204 0.60 0.77 0 0.2 253.29 0.63 0.49
Hex 51 2E CC 3C 4D 0 14 FD 3F 31
Octal 121 56 314 74 115 0 24 375 77 61
Binary 1010001 101110 11001100 111100 1001101 0 10100 11111101 111111 110001

Color Harmonies of #512ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ECC

Black with #512ECC

Text Example


Text Example

White with #512ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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