Html Css Color HEX #6118FF Han Purple

📋 copy color: '#6118FF'

red 97 ◦ green 24 ◦ blue 255

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

Shades of Han Purple #6118FF

Tints of Han Purple #6118FF

RGB

 RED value IS 97 (38.28% from 255) = 25.8%

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

 BLUE value IS 255 (100% from 255) = 67.82%

R = 25.8%
G = 6.38%
B = 67.82%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6118FF (or 0x6118FF) is known color: Han Purple. HEX triplet: 61, 18 and FF. RGB value is (97,24,255). Sum of RGB (Red+Green+Blue) = 97+24+255=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6118FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6118FF is #9EE700. Grayscale: #474747. Windows color (decimal): -10413825 or 16717921. OLE color: 16717921.

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

Color convert

RGB 97 24 255 -
CMYK 0.62 0.91 0 0
HSL 258.96º 1% 0.55% -
HSV(B) 258.96º 0.91% 1% -
XYZ 23.31 10.41 95.39 -
YUV 72.16 231.18 145.72 -
System Red Green Blue C M Y K H S L
Decimal 97 24 255 0.62 0.91 0 0 258.96 1 0.55
Hex 61 18 FF 3E 5B 0 0 103 64 37
Octal 141 30 377 76 133 0 0 403 144 67
Binary 1100001 11000 11111111 111110 1011011 0 0 100000011 1100100 110111

Color Harmonies of #6118FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118FF

Black with #6118FF

Text Example


Text Example

White with #6118FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6118FF; }

 p { color: rgb(97,24,255); }

 H1.HeaderClassName
 {
   color: #6118FF;
 }
 .AnyTagClassName
 {
   color: #6118FF;
 }
</style>

background-color css

<style>
 a { background-color: #6118FF; }

 a { background-color: rgb(97,24,255); }

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

border-color css

<style>
 span { border-color: #6118FF; }

 span { border-color: rgb(97,24,255); }

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