Html Css Color HEX #601CFB Han Purple

📋 copy color: '#601CFB'

red 96 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #601CFB

Tints of Han Purple #601CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

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

R = 25.6%
G = 7.47%
B = 66.93%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#601CFB (or 0x601CFB) is known color: Han Purple. HEX triplet: 60, 1C and FB. RGB value is (96,28,251). Sum of RGB (Red+Green+Blue) = 96+28+251=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #601CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CFB is #9FE304. Grayscale: #484848. Windows color (decimal): -10478341 or 16456800. OLE color: 16456800.

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

Color convert

RGB 96 28 251 -
CMYK 0.62 0.89 0 0.02
HSL 258.3º 0.97% 0.55% -
HSV(B) 258.3º 0.89% 0.98% -
XYZ 22.65 10.28 92.06 -
YUV 73.75 228.03 143.87 -
System Red Green Blue C M Y K H S L
Decimal 96 28 251 0.62 0.89 0 0.02 258.3 0.97 0.55
Hex 60 1C FB 3E 59 0 2 102 61 37
Octal 140 34 373 76 131 0 2 402 141 67
Binary 1100000 11100 11111011 111110 1011001 0 10 100000010 1100001 110111

Color Harmonies of #601CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CFB

Black with #601CFB

Text Example


Text Example

White with #601CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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