#5033C6

Color #5033C6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5033C6

Tints of Purple Heart #5033C6

Color information

#5033C6 (or 0x5033C6) is unknown color: approx Purple Heart. HEX triplet: 50, 33 and C6. RGB value is (80,51,198). Sum of RGB (Red+Green+Blue) = 80+51+198=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 198 (77.73% from 255 or 60.18% from 329); Max value from RGB is 198 - color contains mainly: blue. Hex color #5033C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033C6 is #AFCC39. Grayscale: #4B4B4B. Windows color (decimal): -11521082 or 12989264. OLE color: 12989264.

HSL color Cylindrical-coordinate representation of color #5033C6: hue angle of 251.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5033C6 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8051198-
CMYK0.600.7400.22
HSL251.84º59.04%48.82%-
HSV(B)251.84º74.24%77.65%-
XYZ14.698.1554.23-
YUV76.43196.61130.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 198 (77.73% from 255) = 60.18%
R=24.32%
G=15.50%
B=60.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80511980.600.7400.22251.8459.0448.82
Hex5033C63C4A016fc3b31
Octal12063306741120263747361
Binary101000011001111000110111100100101001011011111100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5033C6; }

 p { color: rgb(80,51,198); }

 H1.HeaderClassName
 {
   color: #5033C6;
 }
 .AnyTagClassName
 {
   color: #5033C6;
 }
</style>
background-color css

<style>
 a { background-color: #5033C6; }

 a { background-color: rgb(80,51,198); }

 div.DivClassName
 {
   background-color: #5033C6;
 }
 .BgClassName
 {
   background-color: #5033C6;
 }
</style>
border-color css

<style>
 span { border-color: #5033C6; }

 span { border-color: rgb(80,51,198); }

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