Html Css Color HEX #512FAF Purple Heart

📋 copy color: '#512FAF'

red 81 ◦ green 47 ◦ blue 175

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

Shades of Purple Heart #512FAF

Tints of Purple Heart #512FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 26.73%
G = 15.51%
B = 57.76%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#512FAF (or 0x512FAF) is known color: Purple Heart. HEX triplet: 51, 2F and AF. RGB value is (81,47,175). Sum of RGB (Red+Green+Blue) = 81+47+175=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #512FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAF is #AED050. Grayscale: #474747. Windows color (decimal): -11456593 or 11480913. OLE color: 11480913.

HSL color Cylindrical-coordinate representation of color #512FAF: hue angle of 255.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512FAF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 47 175 -
CMYK 0.54 0.73 0 0.31
HSL 255.94º 0.58% 0.44% -
HSV(B) 255.94º 0.73% 0.69% -
XYZ 12.15 6.88 41.24 -
YUV 71.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 81 47 175 0.54 0.73 0 0.31 255.94 0.58 0.44
Hex 51 2F AF 36 49 0 1F 100 3A 2C
Octal 121 57 257 66 111 0 37 400 72 54
Binary 1010001 101111 10101111 110110 1001001 0 11111 100000000 111010 101100

Color Harmonies of #512FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FAF

Black with #512FAF

Text Example


Text Example

White with #512FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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