Html Css Color HEX #550BDC Han Purple

📋 copy color: '#550BDC'

red 85 ◦ green 11 ◦ blue 220

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

Shades of Han Purple #550BDC

Tints of Han Purple #550BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.48%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 26.9%
G = 3.48%
B = 69.62%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#550BDC (or 0x550BDC) is known color: Han Purple. HEX triplet: 55, 0B and DC. RGB value is (85,11,220). Sum of RGB (Red+Green+Blue) = 85+11+220=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #550BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BDC is #AAF423. Grayscale: #383838. Windows color (decimal): -11203620 or 14420821. OLE color: 14420821.

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

Color convert

RGB 85 11 220 -
CMYK 0.61 0.95 0 0.14
HSL 261.24º 0.9% 0.45% -
HSV(B) 261.24º 0.95% 0.86% -
XYZ 16.78 7.34 68.24 -
YUV 56.95 220.02 148.01 -
System Red Green Blue C M Y K H S L
Decimal 85 11 220 0.61 0.95 0 0.14 261.24 0.9 0.45
Hex 55 B DC 3D 5F 0 E 105 5A 2D
Octal 125 13 334 75 137 0 16 405 132 55
Binary 1010101 1011 11011100 111101 1011111 0 1110 100000101 1011010 101101

Color Harmonies of #550BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BDC

Black with #550BDC

Text Example


Text Example

White with #550BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,11,220); }

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

background-color css

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

 a { background-color: rgb(85,11,220); }

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

border-color css

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

 span { border-color: rgb(85,11,220); }

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