Html Css Color HEX #6118EB Han Purple

📋 copy color: '#6118EB'

red 97 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #6118EB

Tints of Han Purple #6118EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 27.25%
G = 6.74%
B = 66.01%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6118EB (or 0x6118EB) is known color: Han Purple. HEX triplet: 61, 18 and EB. RGB value is (97,24,235). Sum of RGB (Red+Green+Blue) = 97+24+235=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #6118EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6118EB is #9EE714. Grayscale: #454545. Windows color (decimal): -10413845 or 15407201. OLE color: 15407201.

HSL color Cylindrical-coordinate representation of color #6118EB: hue angle of 260.76º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6118EB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 24 235 -
CMYK 0.59 0.90 0 0.08
HSL 260.76º 0.84% 0.51% -
HSV(B) 260.76º 0.9% 0.92% -
XYZ 20.25 9.19 79.3 -
YUV 69.88 221.18 147.34 -
System Red Green Blue C M Y K H S L
Decimal 97 24 235 0.59 0.90 0 0.08 260.76 0.84 0.51
Hex 61 18 EB 3B 5A 0 8 105 54 33
Octal 141 30 353 73 132 0 10 405 124 63
Binary 1100001 11000 11101011 111011 1011010 0 1000 100000101 1010100 110011

Color Harmonies of #6118EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118EB

Black with #6118EB

Text Example


Text Example

White with #6118EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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