#5007F2

Color #5007F2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5007F2

Tints of Han Purple #5007F2

Color information

#5007F2 (or 0x5007F2) is unknown color: approx Han Purple. HEX triplet: 50, 07 and F2. RGB value is (80,7,242). Sum of RGB (Red+Green+Blue) = 80+7+242=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 242 (94.92% from 255 or 73.56% from 329); Max value from RGB is 242 - color contains mainly: blue. Hex color #5007F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5007F2 is #AFF80D. Grayscale: #363636. Windows color (decimal): -11532302 or 15861584. OLE color: 15861584.

HSL color Cylindrical-coordinate representation of color #5007F2: hue angle of 258.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007F2 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB807242-
CMYK0.670.9700.05
HSL258.64º94.38%48.82%-
HSV(B)258.64º97.11%94.9%-
XYZ19.418.2784.58-
YUV55.62233.18145.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 242 (94.92% from 255) = 73.56%
R=24.32%
G=2.13%
B=73.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8072420.670.9700.05258.6494.3848.82
Hex507F24361051035e31
Octal12073621031410540313661
Binary1010000111111100101000011110000101011000000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5007F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5007F2; }

 p { color: rgb(80,7,242); }

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

<style>
 a { background-color: #5007F2; }

 a { background-color: rgb(80,7,242); }

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

<style>
 span { border-color: #5007F2; }

 span { border-color: rgb(80,7,242); }

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