Html Css Color HEX #6111FD Han Purple

📋 copy color: '#6111FD'

red 97 ◦ green 17 ◦ blue 253

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

Shades of Han Purple #6111FD

Tints of Han Purple #6111FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.63%

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

R = 26.43%
G = 4.63%
B = 68.94%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6111FD (or 0x6111FD) is known color: Han Purple. HEX triplet: 61, 11 and FD. RGB value is (97,17,253). Sum of RGB (Red+Green+Blue) = 97+17+253=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #6111FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111FD is #9EEE02. Grayscale: #424242. Windows color (decimal): -10415619 or 16585057. OLE color: 16585057.

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

Color convert

RGB 97 17 253 -
CMYK 0.62 0.93 0 0.01
HSL 260.34º 0.98% 0.53% -
HSV(B) 260.34º 0.93% 0.99% -
XYZ 22.86 10.03 93.66 -
YUV 67.82 232.5 148.81 -
System Red Green Blue C M Y K H S L
Decimal 97 17 253 0.62 0.93 0 0.01 260.34 0.98 0.53
Hex 61 11 FD 3E 5D 0 1 104 62 35
Octal 141 21 375 76 135 0 1 404 142 65
Binary 1100001 10001 11111101 111110 1011101 0 1 100000100 1100010 110101

Color Harmonies of #6111FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111FD

Black with #6111FD

Text Example


Text Example

White with #6111FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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