Html Css Color HEX #550FF6 Han Purple

📋 copy color: '#550FF6'

red 85 ◦ green 15 ◦ blue 246

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

Shades of Han Purple #550FF6

Tints of Han Purple #550FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

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

R = 24.57%
G = 4.34%
B = 71.1%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#550FF6 (or 0x550FF6) is known color: Han Purple. HEX triplet: 55, 0F and F6. RGB value is (85,15,246). Sum of RGB (Red+Green+Blue) = 85+15+246=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #550FF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FF6 is #AAF009. Grayscale: #3D3D3D. Windows color (decimal): -11202570 or 16125781. OLE color: 16125781.

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

Color convert

RGB 85 15 246 -
CMYK 0.65 0.94 0 0.04
HSL 258.18º 0.93% 0.51% -
HSV(B) 258.18º 0.94% 0.96% -
XYZ 20.55 8.93 87.83 -
YUV 62.26 231.69 144.22 -
System Red Green Blue C M Y K H S L
Decimal 85 15 246 0.65 0.94 0 0.04 258.18 0.93 0.51
Hex 55 F F6 41 5E 0 4 102 5D 33
Octal 125 17 366 101 136 0 4 402 135 63
Binary 1010101 1111 11110110 1000001 1011110 0 100 100000010 1011101 110011

Color Harmonies of #550FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FF6

Black with #550FF6

Text Example


Text Example

White with #550FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550FF6; }

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

 H1.HeaderClassName
 {
   color: #550FF6;
 }
 .AnyTagClassName
 {
   color: #550FF6;
 }
</style>

background-color css

<style>
 a { background-color: #550FF6; }

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

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

border-color css

<style>
 span { border-color: #550FF6; }

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

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