Html Css Color HEX #601DDF Han Purple

📋 copy color: '#601DDF'

red 96 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #601DDF

Tints of Han Purple #601DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 27.59%
G = 8.33%
B = 64.08%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#601DDF (or 0x601DDF) is known color: Han Purple. HEX triplet: 60, 1D and DF. RGB value is (96,29,223). Sum of RGB (Red+Green+Blue) = 96+29+223=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #601DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DDF is #9FE220. Grayscale: #464646. Windows color (decimal): -10478113 or 14622048. OLE color: 14622048.

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

Color convert

RGB 96 29 223 -
CMYK 0.57 0.87 0 0.13
HSL 260.72º 0.77% 0.49% -
HSV(B) 260.72º 0.87% 0.87% -
XYZ 18.58 8.69 70.51 -
YUV 71.15 213.7 145.73 -
System Red Green Blue C M Y K H S L
Decimal 96 29 223 0.57 0.87 0 0.13 260.72 0.77 0.49
Hex 60 1D DF 39 57 0 D 105 4D 31
Octal 140 35 337 71 127 0 15 405 115 61
Binary 1100000 11101 11011111 111001 1010111 0 1101 100000101 1001101 110001

Color Harmonies of #601DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DDF

Black with #601DDF

Text Example


Text Example

White with #601DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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