Html Css Color HEX #5510F6 Han Purple

📋 copy color: '#5510F6'

red 85 ◦ green 16 ◦ blue 246

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

Shades of Han Purple #5510F6

Tints of Han Purple #5510F6

RGB

 RED value IS 85 (33.59% from 255) = 24.5%

 GREEN value IS 16 (6.64% from 255) = 4.61%

 BLUE value IS 246 (96.48% from 255) = 70.89%

R = 24.5%
G = 4.61%
B = 70.89%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5510F6 (or 0x5510F6) is known color: Han Purple. HEX triplet: 55, 10 and F6. RGB value is (85,16,246). Sum of RGB (Red+Green+Blue) = 85+16+246=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 246 (96.48% from 255 or 70.89% from 347); Max value from RGB is 246 - color contains mainly: blue. Hex color #5510F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510F6 is #AAEF09. Grayscale: #3E3E3E. Windows color (decimal): -11202314 or 16126037. OLE color: 16126037.

HSL color Cylindrical-coordinate representation of color #5510F6: hue angle of 258º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510F6 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 16 246 -
CMYK 0.65 0.93 0 0.04
HSL 258º 0.93% 0.51% -
HSV(B) 258º 0.93% 0.96% -
XYZ 20.57 8.96 87.83 -
YUV 62.85 231.36 143.8 -
System Red Green Blue C M Y K H S L
Decimal 85 16 246 0.65 0.93 0 0.04 258 0.93 0.51
Hex 55 10 F6 41 5D 0 4 102 5D 33
Octal 125 20 366 101 135 0 4 402 135 63
Binary 1010101 10000 11110110 1000001 1011101 0 100 100000010 1011101 110011

Color Harmonies of #5510F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510F6

Black with #5510F6

Text Example


Text Example

White with #5510F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5510F6; }

 p { color: rgb(85,16,246); }

 H1.HeaderClassName
 {
   color: #5510F6;
 }
 .AnyTagClassName
 {
   color: #5510F6;
 }
</style>

background-color css

<style>
 a { background-color: #5510F6; }

 a { background-color: rgb(85,16,246); }

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

border-color css

<style>
 span { border-color: #5510F6; }

 span { border-color: rgb(85,16,246); }

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