Html Css Color HEX #6115EB Han Purple

📋 copy color: '#6115EB'

red 97 ◦ green 21 ◦ blue 235

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

Shades of Han Purple #6115EB

Tints of Han Purple #6115EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 235 (92.19% from 255) = 66.57%

R = 27.48%
G = 5.95%
B = 66.57%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6115EB (or 0x6115EB) is known color: Han Purple. HEX triplet: 61, 15 and EB. RGB value is (97,21,235). Sum of RGB (Red+Green+Blue) = 97+21+235=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #6115EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6115EB is #9EEA14. Grayscale: #434343. Windows color (decimal): -10414613 or 15406433. OLE color: 15406433.

HSL color Cylindrical-coordinate representation of color #6115EB: hue angle of 261.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6115EB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 21 235 -
CMYK 0.59 0.91 0 0.08
HSL 261.31º 0.84% 0.5% -
HSV(B) 261.31º 0.91% 0.92% -
XYZ 20.19 9.08 79.28 -
YUV 68.12 222.18 148.6 -
System Red Green Blue C M Y K H S L
Decimal 97 21 235 0.59 0.91 0 0.08 261.31 0.84 0.5
Hex 61 15 EB 3B 5B 0 8 105 54 32
Octal 141 25 353 73 133 0 10 405 124 62
Binary 1100001 10101 11101011 111011 1011011 0 1000 100000101 1010100 110010

Color Harmonies of #6115EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115EB

Black with #6115EB

Text Example


Text Example

White with #6115EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6115EB; }

 p { color: rgb(97,21,235); }

 H1.HeaderClassName
 {
   color: #6115EB;
 }
 .AnyTagClassName
 {
   color: #6115EB;
 }
</style>

background-color css

<style>
 a { background-color: #6115EB; }

 a { background-color: rgb(97,21,235); }

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

border-color css

<style>
 span { border-color: #6115EB; }

 span { border-color: rgb(97,21,235); }

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