Html Css Color HEX #512CAB Purple Heart

📋 copy color: '#512CAB'

red 81 ◦ green 44 ◦ blue 171

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

Shades of Purple Heart #512CAB

Tints of Purple Heart #512CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 27.36%
G = 14.86%
B = 57.77%

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

#512CAB (or 0x512CAB) is known color: Purple Heart. HEX triplet: 51, 2C and AB. RGB value is (81,44,171). Sum of RGB (Red+Green+Blue) = 81+44+171=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #512CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CAB is #AED354. Grayscale: #454545. Windows color (decimal): -11457365 or 11218001. OLE color: 11218001.

HSL color Cylindrical-coordinate representation of color #512CAB: hue angle of 257.48º 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 #512CAB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 44 171 -
CMYK 0.53 0.74 0 0.33
HSL 257.48º 0.59% 0.42% -
HSV(B) 257.48º 0.74% 0.67% -
XYZ 11.64 6.49 39.17 -
YUV 69.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 81 44 171 0.53 0.74 0 0.33 257.48 0.59 0.42
Hex 51 2C AB 35 4A 0 21 101 3B 2A
Octal 121 54 253 65 112 0 41 401 73 52
Binary 1010001 101100 10101011 110101 1001010 0 100001 100000001 111011 101010

Color Harmonies of #512CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CAB

Black with #512CAB

Text Example


Text Example

White with #512CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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