Html Css Color HEX #601DFB Han Purple

📋 copy color: '#601DFB'

red 96 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #601DFB

Tints of Han Purple #601DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.76%

R = 25.53%
G = 7.71%
B = 66.76%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#601DFB (or 0x601DFB) is known color: Han Purple. HEX triplet: 60, 1D and FB. RGB value is (96,29,251). Sum of RGB (Red+Green+Blue) = 96+29+251=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #601DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601DFB is #9FE204. Grayscale: #494949. Windows color (decimal): -10478085 or 16457056. OLE color: 16457056.

HSL color Cylindrical-coordinate representation of color #601DFB: hue angle of 258.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601DFB is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 29 251 -
CMYK 0.62 0.88 0 0.02
HSL 258.11º 0.97% 0.55% -
HSV(B) 258.11º 0.88% 0.98% -
XYZ 22.68 10.33 92.07 -
YUV 74.34 227.7 143.45 -
System Red Green Blue C M Y K H S L
Decimal 96 29 251 0.62 0.88 0 0.02 258.11 0.97 0.55
Hex 60 1D FB 3E 58 0 2 102 61 37
Octal 140 35 373 76 130 0 2 402 141 67
Binary 1100000 11101 11111011 111110 1011000 0 10 100000010 1100001 110111

Color Harmonies of #601DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DFB

Black with #601DFB

Text Example


Text Example

White with #601DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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