Html Css Color HEX #601DF8 Han Purple

📋 copy color: '#601DF8'

red 96 ◦ green 29 ◦ blue 248

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

Shades of Han Purple #601DF8

Tints of Han Purple #601DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.49%

R = 25.74%
G = 7.77%
B = 66.49%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#601DF8 (or 0x601DF8) is known color: Han Purple. HEX triplet: 60, 1D and F8. RGB value is (96,29,248). Sum of RGB (Red+Green+Blue) = 96+29+248=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #601DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601DF8 is #9FE207. Grayscale: #494949. Windows color (decimal): -10478088 or 16260448. OLE color: 16260448.

HSL color Cylindrical-coordinate representation of color #601DF8: hue angle of 258.36º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601DF8 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 29 248 -
CMYK 0.61 0.88 0 0.03
HSL 258.36º 0.94% 0.54% -
HSV(B) 258.36º 0.88% 0.97% -
XYZ 22.21 10.14 89.59 -
YUV 74 226.2 143.69 -
System Red Green Blue C M Y K H S L
Decimal 96 29 248 0.61 0.88 0 0.03 258.36 0.94 0.54
Hex 60 1D F8 3D 58 0 3 102 5E 36
Octal 140 35 370 75 130 0 3 402 136 66
Binary 1100000 11101 11111000 111101 1011000 0 11 100000010 1011110 110110

Color Harmonies of #601DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DF8

Black with #601DF8

Text Example


Text Example

White with #601DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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