Html Css Color HEX #6117FD Han Purple

📋 copy color: '#6117FD'

red 97 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #6117FD

Tints of Han Purple #6117FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 26.01%
G = 6.17%
B = 67.83%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6117FD (or 0x6117FD) is known color: Han Purple. HEX triplet: 61, 17 and FD. RGB value is (97,23,253). Sum of RGB (Red+Green+Blue) = 97+23+253=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #6117FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117FD is #9EE802. Grayscale: #464646. Windows color (decimal): -10414083 or 16586593. OLE color: 16586593.

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

Color convert

RGB 97 23 253 -
CMYK 0.62 0.91 0 0.01
HSL 259.3º 0.98% 0.54% -
HSV(B) 259.3º 0.91% 0.99% -
XYZ 22.97 10.25 93.7 -
YUV 71.35 230.52 146.3 -
System Red Green Blue C M Y K H S L
Decimal 97 23 253 0.62 0.91 0 0.01 259.3 0.98 0.54
Hex 61 17 FD 3E 5B 0 1 103 62 36
Octal 141 27 375 76 133 0 1 403 142 66
Binary 1100001 10111 11111101 111110 1011011 0 1 100000011 1100010 110110

Color Harmonies of #6117FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117FD

Black with #6117FD

Text Example


Text Example

White with #6117FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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