Html Css Color HEX #512CAF Purple Heart

📋 copy color: '#512CAF'

red 81 ◦ green 44 ◦ blue 175

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

Shades of Purple Heart #512CAF

Tints of Purple Heart #512CAF

RGB

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

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

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

R = 27%
G = 14.67%
B = 58.33%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#512CAF (or 0x512CAF) is known color: Purple Heart. HEX triplet: 51, 2C and AF. RGB value is (81,44,175). Sum of RGB (Red+Green+Blue) = 81+44+175=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #512CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CAF is #AED350. Grayscale: #454545. Windows color (decimal): -11457361 or 11480145. OLE color: 11480145.

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

Color convert

RGB 81 44 175 -
CMYK 0.54 0.75 0 0.31
HSL 256.95º 0.6% 0.43% -
HSV(B) 256.95º 0.75% 0.69% -
XYZ 12.03 6.65 41.21 -
YUV 70 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 81 44 175 0.54 0.75 0 0.31 256.95 0.6 0.43
Hex 51 2C AF 36 4B 0 1F 101 3C 2B
Octal 121 54 257 66 113 0 37 401 74 53
Binary 1010001 101100 10101111 110110 1001011 0 11111 100000001 111100 101011

Color Harmonies of #512CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CAF

Black with #512CAF

Text Example


Text Example

White with #512CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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