Html Css Color HEX #6119EC Han Purple

📋 copy color: '#6119EC'

red 97 ◦ green 25 ◦ blue 236

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

Shades of Han Purple #6119EC

Tints of Han Purple #6119EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.92%

R = 27.09%
G = 6.98%
B = 65.92%

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

#6119EC (or 0x6119EC) is known color: Han Purple. HEX triplet: 61, 19 and EC. RGB value is (97,25,236). Sum of RGB (Red+Green+Blue) = 97+25+236=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #6119EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119EC is #9EE613. Grayscale: #454545. Windows color (decimal): -10413588 or 15472993. OLE color: 15472993.

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

Color convert

RGB 97 25 236 -
CMYK 0.59 0.89 0 0.07
HSL 260.47º 0.85% 0.51% -
HSV(B) 260.47º 0.89% 0.93% -
XYZ 20.42 9.29 80.07 -
YUV 70.58 221.35 146.84 -
System Red Green Blue C M Y K H S L
Decimal 97 25 236 0.59 0.89 0 0.07 260.47 0.85 0.51
Hex 61 19 EC 3B 59 0 7 104 55 33
Octal 141 31 354 73 131 0 7 404 125 63
Binary 1100001 11001 11101100 111011 1011001 0 111 100000100 1010101 110011

Color Harmonies of #6119EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6119EC

Black with #6119EC

Text Example


Text Example

White with #6119EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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