Html Css Color HEX #6119EE Han Purple

📋 copy color: '#6119EE'

red 97 ◦ green 25 ◦ blue 238

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

Shades of Han Purple #6119EE

Tints of Han Purple #6119EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 26.94%
G = 6.94%
B = 66.11%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6119EE (or 0x6119EE) is known color: Han Purple. HEX triplet: 61, 19 and EE. RGB value is (97,25,238). Sum of RGB (Red+Green+Blue) = 97+25+238=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #6119EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119EE is #9EE611. Grayscale: #464646. Windows color (decimal): -10413586 or 15604065. OLE color: 15604065.

HSL color Cylindrical-coordinate representation of color #6119EE: hue angle of 260.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6119EE is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 25 238 -
CMYK 0.59 0.89 0 0.07
HSL 260.28º 0.86% 0.52% -
HSV(B) 260.28º 0.89% 0.93% -
XYZ 20.71 9.41 81.61 -
YUV 70.81 222.35 146.68 -
System Red Green Blue C M Y K H S L
Decimal 97 25 238 0.59 0.89 0 0.07 260.28 0.86 0.52
Hex 61 19 EE 3B 59 0 7 104 56 34
Octal 141 31 356 73 131 0 7 404 126 64
Binary 1100001 11001 11101110 111011 1011001 0 111 100000100 1010110 110100

Color Harmonies of #6119EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119EE

Black with #6119EE

Text Example


Text Example

White with #6119EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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