Html Css Color HEX #600CDB Han Purple

📋 copy color: '#600CDB'

red 96 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #600CDB

Tints of Han Purple #600CDB

RGB

 RED value IS 96 (37.89% from 255) = 29.36%

 GREEN value IS 12 (5.08% from 255) = 3.67%

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 29.36%
G = 3.67%
B = 66.97%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#600CDB (or 0x600CDB) is known color: Han Purple. HEX triplet: 60, 0C and DB. RGB value is (96,12,219). Sum of RGB (Red+Green+Blue) = 96+12+219=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #600CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CDB is #9FF324. Grayscale: #3B3B3B. Windows color (decimal): -10482469 or 14355552. OLE color: 14355552.

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

Color convert

RGB 96 12 219 -
CMYK 0.56 0.95 0 0.14
HSL 264.35º 0.9% 0.45% -
HSV(B) 264.35º 0.95% 0.86% -
XYZ 17.74 7.86 67.6 -
YUV 60.71 217.33 153.17 -
System Red Green Blue C M Y K H S L
Decimal 96 12 219 0.56 0.95 0 0.14 264.35 0.9 0.45
Hex 60 C DB 38 5F 0 E 108 5A 2D
Octal 140 14 333 70 137 0 16 410 132 55
Binary 1100000 1100 11011011 111000 1011111 0 1110 100001000 1011010 101101

Color Harmonies of #600CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CDB

Black with #600CDB

Text Example


Text Example

White with #600CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600CDB;
 }
 .AnyTagClassName
 {
   color: #600CDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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