Html Css Color HEX #6018FE Han Purple

📋 copy color: '#6018FE'

red 96 ◦ green 24 ◦ blue 254

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

Shades of Han Purple #6018FE

Tints of Han Purple #6018FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

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

R = 25.67%
G = 6.42%
B = 67.91%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6018FE (or 0x6018FE) is known color: Han Purple. HEX triplet: 60, 18 and FE. RGB value is (96,24,254). Sum of RGB (Red+Green+Blue) = 96+24+254=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #6018FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6018FE is #9FE701. Grayscale: #464646. Windows color (decimal): -10479362 or 16652384. OLE color: 16652384.

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

Color convert

RGB 96 24 254 -
CMYK 0.62 0.91 0 0.00
HSL 258.78º 0.99% 0.55% -
HSV(B) 258.78º 0.91% 1% -
XYZ 23.04 10.3 94.54 -
YUV 71.75 230.85 145.3 -
System Red Green Blue C M Y K H S L
Decimal 96 24 254 0.62 0.91 0 0.00 258.78 0.99 0.55
Hex 60 18 FE 3E 5B 0 0 103 63 37
Octal 140 30 376 76 133 0 0 403 143 67
Binary 1100000 11000 11111110 111110 1011011 0 0 100000011 1100011 110111

Color Harmonies of #6018FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6018FE

Black with #6018FE

Text Example


Text Example

White with #6018FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6018FE; }

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

 H1.HeaderClassName
 {
   color: #6018FE;
 }
 .AnyTagClassName
 {
   color: #6018FE;
 }
</style>

background-color css

<style>
 a { background-color: #6018FE; }

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

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

border-color css

<style>
 span { border-color: #6018FE; }

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

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