Html Css Color HEX #600DDF Han Purple

📋 copy color: '#600DDF'

red 96 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #600DDF

Tints of Han Purple #600DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.17%

R = 28.92%
G = 3.92%
B = 67.17%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#600DDF (or 0x600DDF) is known color: Han Purple. HEX triplet: 60, 0D and DF. RGB value is (96,13,223). Sum of RGB (Red+Green+Blue) = 96+13+223=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #600DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DDF is #9FF220. Grayscale: #3D3D3D. Windows color (decimal): -10482209 or 14617952. OLE color: 14617952.

HSL color Cylindrical-coordinate representation of color #600DDF: hue angle of 263.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DDF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 13 223 -
CMYK 0.57 0.94 0 0.13
HSL 263.71º 0.89% 0.46% -
HSV(B) 263.71º 0.94% 0.87% -
XYZ 18.29 8.1 70.41 -
YUV 61.76 219 152.42 -
System Red Green Blue C M Y K H S L
Decimal 96 13 223 0.57 0.94 0 0.13 263.71 0.89 0.46
Hex 60 D DF 39 5E 0 D 108 59 2E
Octal 140 15 337 71 136 0 15 410 131 56
Binary 1100000 1101 11011111 111001 1011110 0 1101 100001000 1011001 101110

Color Harmonies of #600DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DDF

Black with #600DDF

Text Example


Text Example

White with #600DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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