Html Css Color HEX #512DAB Purple Heart

📋 copy color: '#512DAB'

red 81 ◦ green 45 ◦ blue 171

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

Shades of Purple Heart #512DAB

Tints of Purple Heart #512DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

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

R = 27.27%
G = 15.15%
B = 57.58%

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

#512DAB (or 0x512DAB) is known color: Purple Heart. HEX triplet: 51, 2D and AB. RGB value is (81,45,171). Sum of RGB (Red+Green+Blue) = 81+45+171=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #512DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAB is #AED254. Grayscale: #454545. Windows color (decimal): -11457109 or 11218257. OLE color: 11218257.

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

Color convert

RGB 81 45 171 -
CMYK 0.53 0.74 0 0.33
HSL 257.14º 0.58% 0.42% -
HSV(B) 257.14º 0.74% 0.67% -
XYZ 11.68 6.57 39.18 -
YUV 70.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 81 45 171 0.53 0.74 0 0.33 257.14 0.58 0.42
Hex 51 2D AB 35 4A 0 21 101 3A 2A
Octal 121 55 253 65 112 0 41 401 72 52
Binary 1010001 101101 10101011 110101 1001010 0 100001 100000001 111010 101010

Color Harmonies of #512DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512DAB

Black with #512DAB

Text Example


Text Example

White with #512DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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