#5007D6

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

Shades of Han Purple #5007D6

Tints of Han Purple #5007D6

Color information

#5007D6 (or 0x5007D6) is unknown color: approx Han Purple. HEX triplet: 50, 07 and D6. RGB value is (80,7,214). Sum of RGB (Red+Green+Blue) = 80+7+214=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #5007D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007D6 is #AFF829. Grayscale: #333333. Windows color (decimal): -11532330 or 14026576. OLE color: 14026576.

HSL color Cylindrical-coordinate representation of color #5007D6: hue angle of 261.16º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007D6 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB807214-
CMYK0.630.9700.16
HSL261.16º93.67%43.33%-
HSV(B)261.16º96.73%83.92%-
XYZ15.526.7164.1-
YUV52.42219.18147.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 214 (83.98% from 255) = 71.10%
R=26.58%
G=2.33%
B=71.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8072140.630.9700.16261.1693.6743.33
Hex507D63F610101055e2b
Octal12073267714102040513653
Binary10100001111101011011111111000010100001000001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5007D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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