Html Css Color HEX #512FAA Purple Heart

📋 copy color: '#512FAA'

red 81 ◦ green 47 ◦ blue 170

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

Shades of Purple Heart #512FAA

Tints of Purple Heart #512FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 27.18%
G = 15.77%
B = 57.05%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#512FAA (or 0x512FAA) is known color: Purple Heart. HEX triplet: 51, 2F and AA. RGB value is (81,47,170). Sum of RGB (Red+Green+Blue) = 81+47+170=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #512FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAA is #AED055. Grayscale: #464646. Windows color (decimal): -11456598 or 11153233. OLE color: 11153233.

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

Color convert

RGB 81 47 170 -
CMYK 0.52 0.72 0 0.33
HSL 256.59º 0.57% 0.43% -
HSV(B) 256.59º 0.72% 0.67% -
XYZ 11.67 6.68 38.71 -
YUV 71.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 81 47 170 0.52 0.72 0 0.33 256.59 0.57 0.43
Hex 51 2F AA 34 48 0 21 101 39 2B
Octal 121 57 252 64 110 0 41 401 71 53
Binary 1010001 101111 10101010 110100 1001000 0 100001 100000001 111001 101011

Color Harmonies of #512FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FAA

Black with #512FAA

Text Example


Text Example

White with #512FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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