Html Css Color HEX #601DFF Han Purple

📋 copy color: '#601DFF'

red 96 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #601DFF

Tints of Han Purple #601DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.11%

R = 25.26%
G = 7.63%
B = 67.11%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#601DFF (or 0x601DFF) is known color: Han Purple. HEX triplet: 60, 1D and FF. RGB value is (96,29,255). Sum of RGB (Red+Green+Blue) = 96+29+255=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #601DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601DFF is #9FE200. Grayscale: #494949. Windows color (decimal): -10478081 or 16719200. OLE color: 16719200.

HSL color Cylindrical-coordinate representation of color #601DFF: hue angle of 257.79º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601DFF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 29 255 -
CMYK 0.62 0.89 0 0
HSL 257.79º 1% 0.56% -
HSV(B) 257.79º 0.89% 1% -
XYZ 23.31 10.59 95.42 -
YUV 74.8 229.7 143.12 -
System Red Green Blue C M Y K H S L
Decimal 96 29 255 0.62 0.89 0 0 257.79 1 0.56
Hex 60 1D FF 3E 59 0 0 102 64 38
Octal 140 35 377 76 131 0 0 402 144 70
Binary 1100000 11101 11111111 111110 1011001 0 0 100000010 1100100 111000

Color Harmonies of #601DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601DFF

Black with #601DFF

Text Example


Text Example

White with #601DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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