#600EDB

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

Shades of Han Purple #600EDB

Tints of Han Purple #600EDB

Color information

#600EDB (or 0x600EDB) is unknown color: approx Han Purple. HEX triplet: 60, 0E and DB. RGB value is (96,14,219). Sum of RGB (Red+Green+Blue) = 96+14+219=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #600EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EDB is #9FF124. Grayscale: #3D3D3D. Windows color (decimal): -10481957 or 14356064. OLE color: 14356064.

HSL color Cylindrical-coordinate representation of color #600EDB: hue angle of 264º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600EDB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9614219-
CMYK0.560.9400.14
HSL264º87.98%45.69%-
HSV(B)264º93.61%85.88%-
XYZ17.777.9267.61-
YUV61.89216.67152.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 219 (85.94% from 255) = 66.57%
R=29.18%
G=4.26%
B=66.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96142190.560.9400.1426487.9845.69
Hex60EDB385E0E108582e
Octal140163337013601641013056
Binary11000001110110110111110001011110011101000010001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600EDB; }

 p { color: rgb(96,14,219); }

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

<style>
 a { background-color: #600EDB; }

 a { background-color: rgb(96,14,219); }

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

<style>
 span { border-color: #600EDB; }

 span { border-color: rgb(96,14,219); }

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