Html Css Color HEX #512FAC Purple Heart

📋 copy color: '#512FAC'

red 81 ◦ green 47 ◦ blue 172

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

Shades of Purple Heart #512FAC

Tints of Purple Heart #512FAC

RGB

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

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

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

R = 27%
G = 15.67%
B = 57.33%

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

#512FAC (or 0x512FAC) is known color: Purple Heart. HEX triplet: 51, 2F and AC. RGB value is (81,47,172). Sum of RGB (Red+Green+Blue) = 81+47+172=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #512FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAC is #AED053. Grayscale: #464646. Windows color (decimal): -11456596 or 11284305. OLE color: 11284305.

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

Color convert

RGB 81 47 172 -
CMYK 0.53 0.73 0 0.33
HSL 256.32º 0.57% 0.43% -
HSV(B) 256.32º 0.73% 0.67% -
XYZ 11.86 6.76 39.71 -
YUV 71.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 81 47 172 0.53 0.73 0 0.33 256.32 0.57 0.43
Hex 51 2F AC 35 49 0 21 100 39 2B
Octal 121 57 254 65 111 0 41 400 71 53
Binary 1010001 101111 10101100 110101 1001001 0 100001 100000000 111001 101011

Color Harmonies of #512FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FAC

Black with #512FAC

Text Example


Text Example

White with #512FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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