Html Css Color HEX #600EDB Han Purple

📋 copy color: '#600EDB'

red 96 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #600EDB

Tints of Han Purple #600EDB

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 value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#600EDB (or 0x600EDB) is known color: 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

RGB 96 14 219 -
CMYK 0.56 0.94 0 0.14
HSL 264º 0.88% 0.46% -
HSV(B) 264º 0.94% 0.86% -
XYZ 17.77 7.92 67.61 -
YUV 61.89 216.67 152.33 -
System Red Green Blue C M Y K H S L
Decimal 96 14 219 0.56 0.94 0 0.14 264 0.88 0.46
Hex 60 E DB 38 5E 0 E 108 58 2E
Octal 140 16 333 70 136 0 16 410 130 56
Binary 1100000 1110 11011011 111000 1011110 0 1110 100001000 1011000 101110

Color Harmonies of #600EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600EDB

Black with #600EDB

Text Example


Text Example

White with #600EDB

Text Example


Text Example

HTML Codes & Css Web 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>