Html Css Color HEX #6118FD Han Purple

📋 copy color: '#6118FD'

red 97 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #6118FD

Tints of Han Purple #6118FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

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

R = 25.94%
G = 6.42%
B = 67.65%

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

#6118FD (or 0x6118FD) is known color: Han Purple. HEX triplet: 61, 18 and FD. RGB value is (97,24,253). Sum of RGB (Red+Green+Blue) = 97+24+253=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6118FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6118FD is #9EE702. Grayscale: #474747. Windows color (decimal): -10413827 or 16586849. OLE color: 16586849.

HSL color Cylindrical-coordinate representation of color #6118FD: hue angle of 259.13º 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 #6118FD is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 24 253 -
CMYK 0.62 0.91 0 0.01
HSL 259.13º 0.98% 0.54% -
HSV(B) 259.13º 0.91% 0.99% -
XYZ 22.99 10.29 93.7 -
YUV 71.93 230.18 145.88 -
System Red Green Blue C M Y K H S L
Decimal 97 24 253 0.62 0.91 0 0.01 259.13 0.98 0.54
Hex 61 18 FD 3E 5B 0 1 103 62 36
Octal 141 30 375 76 133 0 1 403 142 66
Binary 1100001 11000 11111101 111110 1011011 0 1 100000011 1100010 110110

Color Harmonies of #6118FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118FD

Black with #6118FD

Text Example


Text Example

White with #6118FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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