Html Css Color HEX #512FAB Purple Heart

📋 copy color: '#512FAB'

red 81 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #512FAB

Tints of Purple Heart #512FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

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

R = 27.09%
G = 15.72%
B = 57.19%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#512FAB (or 0x512FAB) is known color: Purple Heart. HEX triplet: 51, 2F and AB. RGB value is (81,47,171). Sum of RGB (Red+Green+Blue) = 81+47+171=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #512FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAB is #AED054. Grayscale: #464646. Windows color (decimal): -11456597 or 11218769. OLE color: 11218769.

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

Color convert

RGB 81 47 171 -
CMYK 0.53 0.73 0 0.33
HSL 256.45º 0.57% 0.43% -
HSV(B) 256.45º 0.73% 0.67% -
XYZ 11.76 6.72 39.21 -
YUV 71.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 81 47 171 0.53 0.73 0 0.33 256.45 0.57 0.43
Hex 51 2F AB 35 49 0 21 100 39 2B
Octal 121 57 253 65 111 0 41 400 71 53
Binary 1010001 101111 10101011 110101 1001001 0 100001 100000000 111001 101011

Color Harmonies of #512FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FAB

Black with #512FAB

Text Example


Text Example

White with #512FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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