Html Css Color HEX #6119E9 Han Purple

📋 copy color: '#6119E9'

red 97 ◦ green 25 ◦ blue 233

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

Shades of Han Purple #6119E9

Tints of Han Purple #6119E9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 233 (91.41% from 255) = 65.63%

R = 27.32%
G = 7.04%
B = 65.63%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6119E9 (or 0x6119E9) is known color: Han Purple. HEX triplet: 61, 19 and E9. RGB value is (97,25,233). Sum of RGB (Red+Green+Blue) = 97+25+233=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #6119E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119E9 is #9EE616. Grayscale: #454545. Windows color (decimal): -10413591 or 15276385. OLE color: 15276385.

HSL color Cylindrical-coordinate representation of color #6119E9: hue angle of 260.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6119E9 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 25 233 -
CMYK 0.58 0.89 0 0.09
HSL 260.77º 0.83% 0.51% -
HSV(B) 260.77º 0.89% 0.91% -
XYZ 19.99 9.12 77.8 -
YUV 70.24 219.85 147.09 -
System Red Green Blue C M Y K H S L
Decimal 97 25 233 0.58 0.89 0 0.09 260.77 0.83 0.51
Hex 61 19 E9 3A 59 0 9 105 53 33
Octal 141 31 351 72 131 0 11 405 123 63
Binary 1100001 11001 11101001 111010 1011001 0 1001 100000101 1010011 110011

Color Harmonies of #6119E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119E9

Black with #6119E9

Text Example


Text Example

White with #6119E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6119E9; }

 p { color: rgb(97,25,233); }

 H1.HeaderClassName
 {
   color: #6119E9;
 }
 .AnyTagClassName
 {
   color: #6119E9;
 }
</style>

background-color css

<style>
 a { background-color: #6119E9; }

 a { background-color: rgb(97,25,233); }

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

border-color css

<style>
 span { border-color: #6119E9; }

 span { border-color: rgb(97,25,233); }

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