Html Css Color HEX #6119EA Han Purple

📋 copy color: '#6119EA'

red 97 ◦ green 25 ◦ blue 234

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

Shades of Han Purple #6119EA

Tints of Han Purple #6119EA

RGB

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

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

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

R = 27.25%
G = 7.02%
B = 65.73%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6119EA (or 0x6119EA) is known color: Han Purple. HEX triplet: 61, 19 and EA. RGB value is (97,25,234). Sum of RGB (Red+Green+Blue) = 97+25+234=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #6119EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119EA is #9EE615. Grayscale: #454545. Windows color (decimal): -10413590 or 15341921. OLE color: 15341921.

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

Color convert

RGB 97 25 234 -
CMYK 0.59 0.89 0 0.08
HSL 260.67º 0.83% 0.51% -
HSV(B) 260.67º 0.89% 0.92% -
XYZ 20.13 9.18 78.55 -
YUV 70.35 220.35 147.01 -
System Red Green Blue C M Y K H S L
Decimal 97 25 234 0.59 0.89 0 0.08 260.67 0.83 0.51
Hex 61 19 EA 3B 59 0 8 105 53 33
Octal 141 31 352 73 131 0 10 405 123 63
Binary 1100001 11001 11101010 111011 1011001 0 1000 100000101 1010011 110011

Color Harmonies of #6119EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119EA

Black with #6119EA

Text Example


Text Example

White with #6119EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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