Html Css Color HEX #6116FA Han Purple

📋 copy color: '#6116FA'

red 97 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #6116FA

Tints of Han Purple #6116FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.96%

 BLUE value IS 250 (98.05% from 255) = 67.75%

R = 26.29%
G = 5.96%
B = 67.75%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6116FA (or 0x6116FA) is known color: Han Purple. HEX triplet: 61, 16 and FA. RGB value is (97,22,250). Sum of RGB (Red+Green+Blue) = 97+22+250=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #6116FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6116FA is #9EE905. Grayscale: #454545. Windows color (decimal): -10414342 or 16389729. OLE color: 16389729.

HSL color Cylindrical-coordinate representation of color #6116FA: hue angle of 259.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6116FA is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 22 250 -
CMYK 0.61 0.91 0 0.02
HSL 259.74º 0.96% 0.53% -
HSV(B) 259.74º 0.91% 0.98% -
XYZ 22.47 10.02 91.19 -
YUV 70.42 229.35 146.96 -
System Red Green Blue C M Y K H S L
Decimal 97 22 250 0.61 0.91 0 0.02 259.74 0.96 0.53
Hex 61 16 FA 3D 5B 0 2 104 60 35
Octal 141 26 372 75 133 0 2 404 140 65
Binary 1100001 10110 11111010 111101 1011011 0 10 100000100 1100000 110101

Color Harmonies of #6116FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6116FA

Black with #6116FA

Text Example


Text Example

White with #6116FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6116FA; }

 p { color: rgb(97,22,250); }

 H1.HeaderClassName
 {
   color: #6116FA;
 }
 .AnyTagClassName
 {
   color: #6116FA;
 }
</style>

background-color css

<style>
 a { background-color: #6116FA; }

 a { background-color: rgb(97,22,250); }

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

border-color css

<style>
 span { border-color: #6116FA; }

 span { border-color: rgb(97,22,250); }

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