Html Css Color HEX #601CFE Han Purple

📋 copy color: '#601CFE'

red 96 ◦ green 28 ◦ blue 254

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

Shades of Han Purple #601CFE

Tints of Han Purple #601CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.2%

R = 25.4%
G = 7.41%
B = 67.2%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#601CFE (or 0x601CFE) is known color: Han Purple. HEX triplet: 60, 1C and FE. RGB value is (96,28,254). Sum of RGB (Red+Green+Blue) = 96+28+254=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #601CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601CFE is #9FE301. Grayscale: #494949. Windows color (decimal): -10478338 or 16653408. OLE color: 16653408.

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

Color convert

RGB 96 28 254 -
CMYK 0.62 0.89 0 0.00
HSL 258.05º 0.99% 0.55% -
HSV(B) 258.05º 0.89% 1% -
XYZ 23.13 10.47 94.57 -
YUV 74.1 229.53 143.62 -
System Red Green Blue C M Y K H S L
Decimal 96 28 254 0.62 0.89 0 0.00 258.05 0.99 0.55
Hex 60 1C FE 3E 59 0 0 102 63 37
Octal 140 34 376 76 131 0 0 402 143 67
Binary 1100000 11100 11111110 111110 1011001 0 0 100000010 1100011 110111

Color Harmonies of #601CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CFE

Black with #601CFE

Text Example


Text Example

White with #601CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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