Html Css Color HEX #5012BB Purple Heart

📋 copy color: '#5012BB'

red 80 ◦ green 18 ◦ blue 187

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

Shades of Purple Heart #5012BB

Tints of Purple Heart #5012BB

RGB

 RED value IS 80 (31.64% from 255) = 28.07%

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 28.07%
G = 6.32%
B = 65.61%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5012BB (or 0x5012BB) is known color: Purple Heart. HEX triplet: 50, 12 and BB. RGB value is (80,18,187). Sum of RGB (Red+Green+Blue) = 80+18+187=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #5012BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012BB is #AFED44. Grayscale: #373737. Windows color (decimal): -11529541 or 12259920. OLE color: 12259920.

HSL color Cylindrical-coordinate representation of color #5012BB: hue angle of 262.01º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012BB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 18 187 -
CMYK 0.57 0.90 0 0.27
HSL 262.01º 0.82% 0.4% -
HSV(B) 262.01º 0.9% 0.73% -
XYZ 12.49 5.73 47.46 -
YUV 55.8 202.04 145.26 -
System Red Green Blue C M Y K H S L
Decimal 80 18 187 0.57 0.90 0 0.27 262.01 0.82 0.4
Hex 50 12 BB 39 5A 0 1B 106 52 28
Octal 120 22 273 71 132 0 33 406 122 50
Binary 1010000 10010 10111011 111001 1011010 0 11011 100000110 1010010 101000

Color Harmonies of #5012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012BB

Black with #5012BB

Text Example


Text Example

White with #5012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5012BB; }

 p { color: rgb(80,18,187); }

 H1.HeaderClassName
 {
   color: #5012BB;
 }
 .AnyTagClassName
 {
   color: #5012BB;
 }
</style>

background-color css

<style>
 a { background-color: #5012BB; }

 a { background-color: rgb(80,18,187); }

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

border-color css

<style>
 span { border-color: #5012BB; }

 span { border-color: rgb(80,18,187); }

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