Html Css Color HEX #550ADA Han Purple

📋 copy color: '#550ADA'

red 85 ◦ green 10 ◦ blue 218

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

Shades of Han Purple #550ADA

Tints of Han Purple #550ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 27.16%
G = 3.19%
B = 69.65%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#550ADA (or 0x550ADA) is known color: Han Purple. HEX triplet: 55, 0A and DA. RGB value is (85,10,218). Sum of RGB (Red+Green+Blue) = 85+10+218=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #550ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ADA is #AAF525. Grayscale: #373737. Windows color (decimal): -11203878 or 14289493. OLE color: 14289493.

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

Color convert

RGB 85 10 218 -
CMYK 0.61 0.95 0 0.15
HSL 261.63º 0.91% 0.45% -
HSV(B) 261.63º 0.95% 0.85% -
XYZ 16.51 7.21 66.85 -
YUV 56.14 219.35 148.59 -
System Red Green Blue C M Y K H S L
Decimal 85 10 218 0.61 0.95 0 0.15 261.63 0.91 0.45
Hex 55 A DA 3D 5F 0 F 106 5B 2D
Octal 125 12 332 75 137 0 17 406 133 55
Binary 1010101 1010 11011010 111101 1011111 0 1111 100000110 1011011 101101

Color Harmonies of #550ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550ADA

Black with #550ADA

Text Example


Text Example

White with #550ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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