Html Css Color HEX #6115DC Han Purple

📋 copy color: '#6115DC'

red 97 ◦ green 21 ◦ blue 220

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

Shades of Han Purple #6115DC

Tints of Han Purple #6115DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 28.7%
G = 6.21%
B = 65.09%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6115DC (or 0x6115DC) is known color: Han Purple. HEX triplet: 61, 15 and DC. RGB value is (97,21,220). Sum of RGB (Red+Green+Blue) = 97+21+220=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #6115DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6115DC is #9EEA23. Grayscale: #414141. Windows color (decimal): -10414628 or 14423393. OLE color: 14423393.

HSL color Cylindrical-coordinate representation of color #6115DC: hue angle of 262.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6115DC is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 21 220 -
CMYK 0.56 0.90 0 0.14
HSL 262.91º 0.83% 0.47% -
HSV(B) 262.91º 0.9% 0.86% -
XYZ 18.12 8.25 68.35 -
YUV 66.41 214.68 149.82 -
System Red Green Blue C M Y K H S L
Decimal 97 21 220 0.56 0.90 0 0.14 262.91 0.83 0.47
Hex 61 15 DC 38 5A 0 E 107 53 2F
Octal 141 25 334 70 132 0 16 407 123 57
Binary 1100001 10101 11011100 111000 1011010 0 1110 100000111 1010011 101111

Color Harmonies of #6115DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115DC

Black with #6115DC

Text Example


Text Example

White with #6115DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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