Html Css Color HEX #601FFD Han Purple

📋 copy color: '#601FFD'

red 96 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #601FFD

Tints of Han Purple #601FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 25.26%
G = 8.16%
B = 66.58%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#601FFD (or 0x601FFD) is known color: Han Purple. HEX triplet: 60, 1F and FD. RGB value is (96,31,253). Sum of RGB (Red+Green+Blue) = 96+31+253=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #601FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601FFD is #9FE002. Grayscale: #4A4A4A. Windows color (decimal): -10477571 or 16588640. OLE color: 16588640.

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

Color convert

RGB 96 31 253 -
CMYK 0.62 0.88 0 0.01
HSL 257.57º 0.98% 0.56% -
HSV(B) 257.57º 0.88% 0.99% -
XYZ 23.04 10.56 93.75 -
YUV 75.74 228.03 142.45 -
System Red Green Blue C M Y K H S L
Decimal 96 31 253 0.62 0.88 0 0.01 257.57 0.98 0.56
Hex 60 1F FD 3E 58 0 1 102 62 38
Octal 140 37 375 76 130 0 1 402 142 70
Binary 1100000 11111 11111101 111110 1011000 0 1 100000010 1100010 111000

Color Harmonies of #601FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601FFD

Black with #601FFD

Text Example


Text Example

White with #601FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,31,253); }

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

background-color css

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

 a { background-color: rgb(96,31,253); }

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

border-color css

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

 span { border-color: rgb(96,31,253); }

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