Html Css Color HEX #601EFE Han Purple

📋 copy color: '#601EFE'

red 96 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #601EFE

Tints of Han Purple #601EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

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

R = 25.26%
G = 7.89%
B = 66.84%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#601EFE (or 0x601EFE) is known color: Han Purple. HEX triplet: 60, 1E and FE. RGB value is (96,30,254). Sum of RGB (Red+Green+Blue) = 96+30+254=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #601EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601EFE is #9FE101. Grayscale: #4A4A4A. Windows color (decimal): -10477826 or 16653920. OLE color: 16653920.

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

Color convert

RGB 96 30 254 -
CMYK 0.62 0.88 0 0.00
HSL 257.68º 0.99% 0.56% -
HSV(B) 257.68º 0.88% 1% -
XYZ 23.18 10.57 94.58 -
YUV 75.27 228.87 142.79 -
System Red Green Blue C M Y K H S L
Decimal 96 30 254 0.62 0.88 0 0.00 257.68 0.99 0.56
Hex 60 1E FE 3E 58 0 0 102 63 38
Octal 140 36 376 76 130 0 0 402 143 70
Binary 1100000 11110 11111110 111110 1011000 0 0 100000010 1100011 111000

Color Harmonies of #601EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EFE

Black with #601EFE

Text Example


Text Example

White with #601EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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