Html Css Color HEX #512ACD Purple Heart

📋 copy color: '#512ACD'

red 81 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #512ACD

Tints of Purple Heart #512ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 24.7%
G = 12.8%
B = 62.5%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#512ACD (or 0x512ACD) is known color: Purple Heart. HEX triplet: 51, 2A and CD. RGB value is (81,42,205). Sum of RGB (Red+Green+Blue) = 81+42+205=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #512ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ACD is #AED532. Grayscale: #474747. Windows color (decimal): -11457843 or 13445713. OLE color: 13445713.

HSL color Cylindrical-coordinate representation of color #512ACD: hue angle of 254.36º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512ACD is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 42 205 -
CMYK 0.60 0.80 0 0.20
HSL 254.36º 0.66% 0.48% -
HSV(B) 254.36º 0.8% 0.8% -
XYZ 15.24 7.81 58.46 -
YUV 72.24 202.92 134.25 -
System Red Green Blue C M Y K H S L
Decimal 81 42 205 0.60 0.80 0 0.20 254.36 0.66 0.48
Hex 51 2A CD 3C 50 0 14 FE 42 30
Octal 121 52 315 74 120 0 24 376 102 60
Binary 1010001 101010 11001101 111100 1010000 0 10100 11111110 1000010 110000

Color Harmonies of #512ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ACD

Black with #512ACD

Text Example


Text Example

White with #512ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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