Html Css Color HEX #6117FB Han Purple

📋 copy color: '#6117FB'

red 97 ◦ green 23 ◦ blue 251

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

Shades of Han Purple #6117FB

Tints of Han Purple #6117FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.65%

R = 26.15%
G = 6.2%
B = 67.65%

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

#6117FB (or 0x6117FB) is known color: Han Purple. HEX triplet: 61, 17 and FB. RGB value is (97,23,251). Sum of RGB (Red+Green+Blue) = 97+23+251=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #6117FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117FB is #9EE804. Grayscale: #464646. Windows color (decimal): -10414085 or 16455521. OLE color: 16455521.

HSL color Cylindrical-coordinate representation of color #6117FB: hue angle of 259.47º degrees, saturation: 0.97, 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 #6117FB is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 23 251 -
CMYK 0.61 0.91 0 0.02
HSL 259.47º 0.97% 0.54% -
HSV(B) 259.47º 0.91% 0.98% -
XYZ 22.65 10.12 92.03 -
YUV 71.12 229.52 146.46 -
System Red Green Blue C M Y K H S L
Decimal 97 23 251 0.61 0.91 0 0.02 259.47 0.97 0.54
Hex 61 17 FB 3D 5B 0 2 103 61 36
Octal 141 27 373 75 133 0 2 403 141 66
Binary 1100001 10111 11111011 111101 1011011 0 10 100000011 1100001 110110

Color Harmonies of #6117FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117FB

Black with #6117FB

Text Example


Text Example

White with #6117FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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