Html Css Color HEX #601ADD Han Purple

📋 copy color: '#601ADD'

red 96 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #601ADD

Tints of Han Purple #601ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 27.99%
G = 7.58%
B = 64.43%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#601ADD (or 0x601ADD) is known color: Han Purple. HEX triplet: 60, 1A and DD. RGB value is (96,26,221). Sum of RGB (Red+Green+Blue) = 96+26+221=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #601ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ADD is #9FE522. Grayscale: #444444. Windows color (decimal): -10478883 or 14490208. OLE color: 14490208.

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

Color convert

RGB 96 26 221 -
CMYK 0.57 0.88 0 0.13
HSL 261.54º 0.79% 0.48% -
HSV(B) 261.54º 0.88% 0.87% -
XYZ 18.24 8.45 69.08 -
YUV 69.16 213.69 147.14 -
System Red Green Blue C M Y K H S L
Decimal 96 26 221 0.57 0.88 0 0.13 261.54 0.79 0.48
Hex 60 1A DD 39 58 0 D 106 4F 30
Octal 140 32 335 71 130 0 15 406 117 60
Binary 1100000 11010 11011101 111001 1011000 0 1101 100000110 1001111 110000

Color Harmonies of #601ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ADD

Black with #601ADD

Text Example


Text Example

White with #601ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,26,221); }

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

background-color css

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

 a { background-color: rgb(96,26,221); }

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

border-color css

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

 span { border-color: rgb(96,26,221); }

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