Html Css Color HEX #550FD8 Han Purple

📋 copy color: '#550FD8'

red 85 ◦ green 15 ◦ blue 216

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

Shades of Han Purple #550FD8

Tints of Han Purple #550FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.35%

R = 26.9%
G = 4.75%
B = 68.35%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#550FD8 (or 0x550FD8) is known color: Han Purple. HEX triplet: 55, 0F and D8. RGB value is (85,15,216). Sum of RGB (Red+Green+Blue) = 85+15+216=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #550FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FD8 is #AAF027. Grayscale: #3A3A3A. Windows color (decimal): -11202600 or 14159701. OLE color: 14159701.

HSL color Cylindrical-coordinate representation of color #550FD8: hue angle of 260.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550FD8 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 15 216 -
CMYK 0.61 0.93 0 0.15
HSL 260.9º 0.87% 0.45% -
HSV(B) 260.9º 0.93% 0.85% -
XYZ 16.31 7.23 65.5 -
YUV 58.84 216.69 146.66 -
System Red Green Blue C M Y K H S L
Decimal 85 15 216 0.61 0.93 0 0.15 260.9 0.87 0.45
Hex 55 F D8 3D 5D 0 F 105 57 2D
Octal 125 17 330 75 135 0 17 405 127 55
Binary 1010101 1111 11011000 111101 1011101 0 1111 100000101 1010111 101101

Color Harmonies of #550FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FD8

Black with #550FD8

Text Example


Text Example

White with #550FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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