Html Css Color HEX #512ABB Purple Heart

📋 copy color: '#512ABB'

red 81 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #512ABB

Tints of Purple Heart #512ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 26.13%
G = 13.55%
B = 60.32%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#512ABB (or 0x512ABB) is known color: Purple Heart. HEX triplet: 51, 2A and BB. RGB value is (81,42,187). Sum of RGB (Red+Green+Blue) = 81+42+187=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #512ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABB is #AED544. Grayscale: #454545. Windows color (decimal): -11457861 or 12266065. OLE color: 12266065.

HSL color Cylindrical-coordinate representation of color #512ABB: hue angle of 256.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512ABB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 42 187 -
CMYK 0.57 0.78 0 0.27
HSL 256.14º 0.63% 0.45% -
HSV(B) 256.14º 0.78% 0.73% -
XYZ 13.19 6.99 47.67 -
YUV 70.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 81 42 187 0.57 0.78 0 0.27 256.14 0.63 0.45
Hex 51 2A BB 39 4E 0 1B 100 3F 2D
Octal 121 52 273 71 116 0 33 400 77 55
Binary 1010001 101010 10111011 111001 1001110 0 11011 100000000 111111 101101

Color Harmonies of #512ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ABB

Black with #512ABB

Text Example


Text Example

White with #512ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,42,187); }

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

background-color css

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

 a { background-color: rgb(81,42,187); }

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

border-color css

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

 span { border-color: rgb(81,42,187); }

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