Html Css Color HEX #600DDC Han Purple

📋 copy color: '#600DDC'

red 96 ◦ green 13 ◦ blue 220

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

Shades of Han Purple #600DDC

Tints of Han Purple #600DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.95%

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 29.18%
G = 3.95%
B = 66.87%

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

#600DDC (or 0x600DDC) is known color: Han Purple. HEX triplet: 60, 0D and DC. RGB value is (96,13,220). Sum of RGB (Red+Green+Blue) = 96+13+220=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #600DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DDC is #9FF223. Grayscale: #3C3C3C. Windows color (decimal): -10482212 or 14421344. OLE color: 14421344.

HSL color Cylindrical-coordinate representation of color #600DDC: hue angle of 264.06º degrees, saturation: 0.89, 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 #600DDC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 13 220 -
CMYK 0.56 0.94 0 0.14
HSL 264.06º 0.89% 0.46% -
HSV(B) 264.06º 0.94% 0.86% -
XYZ 17.89 7.94 68.3 -
YUV 61.42 217.5 152.67 -
System Red Green Blue C M Y K H S L
Decimal 96 13 220 0.56 0.94 0 0.14 264.06 0.89 0.46
Hex 60 D DC 38 5E 0 E 108 59 2E
Octal 140 15 334 70 136 0 16 410 131 56
Binary 1100000 1101 11011100 111000 1011110 0 1110 100001000 1011001 101110

Color Harmonies of #600DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DDC

Black with #600DDC

Text Example


Text Example

White with #600DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,220); }

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

background-color css

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

 a { background-color: rgb(96,13,220); }

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

border-color css

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

 span { border-color: rgb(96,13,220); }

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