Html Css Color HEX #512CAC Purple Heart

📋 copy color: '#512CAC'

red 81 ◦ green 44 ◦ blue 172

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

Shades of Purple Heart #512CAC

Tints of Purple Heart #512CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 27.27%
G = 14.81%
B = 57.91%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#512CAC (or 0x512CAC) is known color: Purple Heart. HEX triplet: 51, 2C and AC. RGB value is (81,44,172). Sum of RGB (Red+Green+Blue) = 81+44+172=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #512CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CAC is #AED353. Grayscale: #454545. Windows color (decimal): -11457364 or 11283537. OLE color: 11283537.

HSL color Cylindrical-coordinate representation of color #512CAC: hue angle of 257.34º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512CAC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 44 172 -
CMYK 0.53 0.74 0 0.33
HSL 257.34º 0.59% 0.42% -
HSV(B) 257.34º 0.74% 0.67% -
XYZ 11.74 6.53 39.67 -
YUV 69.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 81 44 172 0.53 0.74 0 0.33 257.34 0.59 0.42
Hex 51 2C AC 35 4A 0 21 101 3B 2A
Octal 121 54 254 65 112 0 41 401 73 52
Binary 1010001 101100 10101100 110101 1001010 0 100001 100000001 111011 101010

Color Harmonies of #512CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CAC

Black with #512CAC

Text Example


Text Example

White with #512CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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