Html Css Color HEX #6117FA Han Purple

📋 copy color: '#6117FA'

red 97 ◦ green 23 ◦ blue 250

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

Shades of Han Purple #6117FA

Tints of Han Purple #6117FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.22%

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

R = 26.22%
G = 6.22%
B = 67.57%

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

#6117FA (or 0x6117FA) is known color: Han Purple. HEX triplet: 61, 17 and FA. RGB value is (97,23,250). Sum of RGB (Red+Green+Blue) = 97+23+250=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6117FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117FA is #9EE805. Grayscale: #464646. Windows color (decimal): -10414086 or 16389985. OLE color: 16389985.

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

Color convert

RGB 97 23 250 -
CMYK 0.61 0.91 0 0.02
HSL 259.56º 0.96% 0.54% -
HSV(B) 259.56º 0.91% 0.98% -
XYZ 22.49 10.06 91.2 -
YUV 71 229.02 146.54 -
System Red Green Blue C M Y K H S L
Decimal 97 23 250 0.61 0.91 0 0.02 259.56 0.96 0.54
Hex 61 17 FA 3D 5B 0 2 104 60 36
Octal 141 27 372 75 133 0 2 404 140 66
Binary 1100001 10111 11111010 111101 1011011 0 10 100000100 1100000 110110

Color Harmonies of #6117FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117FA

Black with #6117FA

Text Example


Text Example

White with #6117FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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