Html Css Color HEX #6011FA Han Purple

📋 copy color: '#6011FA'

red 96 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #6011FA

Tints of Han Purple #6011FA

RGB

 RED value IS 96 (37.89% from 255) = 26.45%

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

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

R = 26.45%
G = 4.68%
B = 68.87%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6011FA (or 0x6011FA) is known color: Han Purple. HEX triplet: 60, 11 and FA. RGB value is (96,17,250). Sum of RGB (Red+Green+Blue) = 96+17+250=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #6011FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6011FA is #9FEE05. Grayscale: #424242. Windows color (decimal): -10481158 or 16388448. OLE color: 16388448.

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

Color convert

RGB 96 17 250 -
CMYK 0.62 0.93 0 0.02
HSL 260.34º 0.96% 0.52% -
HSV(B) 260.34º 0.93% 0.98% -
XYZ 22.28 9.79 91.16 -
YUV 67.18 231.17 148.55 -
System Red Green Blue C M Y K H S L
Decimal 96 17 250 0.62 0.93 0 0.02 260.34 0.96 0.52
Hex 60 11 FA 3E 5D 0 2 104 60 34
Octal 140 21 372 76 135 0 2 404 140 64
Binary 1100000 10001 11111010 111110 1011101 0 10 100000100 1100000 110100

Color Harmonies of #6011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6011FA

Black with #6011FA

Text Example


Text Example

White with #6011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,17,250); }

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

background-color css

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

 a { background-color: rgb(96,17,250); }

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

border-color css

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

 span { border-color: rgb(96,17,250); }

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