Html Css Color HEX #6118EA Han Purple

📋 copy color: '#6118EA'

red 97 ◦ green 24 ◦ blue 234

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

Shades of Han Purple #6118EA

Tints of Han Purple #6118EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.92%

R = 27.32%
G = 6.76%
B = 65.92%

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

#6118EA (or 0x6118EA) is known color: Han Purple. HEX triplet: 61, 18 and EA. RGB value is (97,24,234). Sum of RGB (Red+Green+Blue) = 97+24+234=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #6118EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6118EA is #9EE715. Grayscale: #454545. Windows color (decimal): -10413846 or 15341665. OLE color: 15341665.

HSL color Cylindrical-coordinate representation of color #6118EA: hue angle of 260.86º degrees, saturation: 0.83, 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 #6118EA is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 24 234 -
CMYK 0.59 0.90 0 0.08
HSL 260.86º 0.83% 0.51% -
HSV(B) 260.86º 0.9% 0.92% -
XYZ 20.11 9.14 78.55 -
YUV 69.77 220.68 147.42 -
System Red Green Blue C M Y K H S L
Decimal 97 24 234 0.59 0.90 0 0.08 260.86 0.83 0.51
Hex 61 18 EA 3B 5A 0 8 105 53 33
Octal 141 30 352 73 132 0 10 405 123 63
Binary 1100001 11000 11101010 111011 1011010 0 1000 100000101 1010011 110011

Color Harmonies of #6118EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118EA

Black with #6118EA

Text Example


Text Example

White with #6118EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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