Html Css Color HEX #550AD6 Han Purple

📋 copy color: '#550AD6'

red 85 ◦ green 10 ◦ blue 214

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

Shades of Han Purple #550AD6

Tints of Han Purple #550AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 214 (83.98% from 255) = 69.26%

R = 27.51%
G = 3.24%
B = 69.26%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#550AD6 (or 0x550AD6) is known color: Han Purple. HEX triplet: 55, 0A and D6. RGB value is (85,10,214). Sum of RGB (Red+Green+Blue) = 85+10+214=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 214 (83.98% from 255 or 69.26% from 309); Max value from RGB is 214 - color contains mainly: blue. Hex color #550AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550AD6 is #AAF529. Grayscale: #363636. Windows color (decimal): -11203882 or 14027349. OLE color: 14027349.

HSL color Cylindrical-coordinate representation of color #550AD6: hue angle of 262.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550AD6 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 10 214 -
CMYK 0.60 0.95 0 0.16
HSL 262.06º 0.91% 0.44% -
HSV(B) 262.06º 0.95% 0.84% -
XYZ 15.99 7 64.13 -
YUV 55.68 217.35 148.91 -
System Red Green Blue C M Y K H S L
Decimal 85 10 214 0.60 0.95 0 0.16 262.06 0.91 0.44
Hex 55 A D6 3C 5F 0 10 106 5B 2C
Octal 125 12 326 74 137 0 20 406 133 54
Binary 1010101 1010 11010110 111100 1011111 0 10000 100000110 1011011 101100

Color Harmonies of #550AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550AD6

Black with #550AD6

Text Example


Text Example

White with #550AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,10,214); }

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

background-color css

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

 a { background-color: rgb(85,10,214); }

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

border-color css

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

 span { border-color: rgb(85,10,214); }

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