Html Css Color HEX #512BAE Purple Heart

📋 copy color: '#512BAE'

red 81 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #512BAE

Tints of Purple Heart #512BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 174 (68.36% from 255) = 58.39%

R = 27.18%
G = 14.43%
B = 58.39%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#512BAE (or 0x512BAE) is known color: Purple Heart. HEX triplet: 51, 2B and AE. RGB value is (81,43,174). Sum of RGB (Red+Green+Blue) = 81+43+174=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #512BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512BAE is #AED451. Grayscale: #444444. Windows color (decimal): -11457618 or 11414353. OLE color: 11414353.

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

Color convert

RGB 81 43 174 -
CMYK 0.53 0.75 0 0.32
HSL 257.4º 0.6% 0.43% -
HSV(B) 257.4º 0.75% 0.68% -
XYZ 11.9 6.53 40.68 -
YUV 69.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 81 43 174 0.53 0.75 0 0.32 257.4 0.6 0.43
Hex 51 2B AE 35 4B 0 20 101 3C 2B
Octal 121 53 256 65 113 0 40 401 74 53
Binary 1010001 101011 10101110 110101 1001011 0 100000 100000001 111100 101011

Color Harmonies of #512BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BAE

Black with #512BAE

Text Example


Text Example

White with #512BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,43,174); }

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

background-color css

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

 a { background-color: rgb(81,43,174); }

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

border-color css

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

 span { border-color: rgb(81,43,174); }

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