Html Css Color HEX #550FDC Han Purple

📋 copy color: '#550FDC'

red 85 ◦ green 15 ◦ blue 220

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

Shades of Han Purple #550FDC

Tints of Han Purple #550FDC

RGB

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

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

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

R = 26.56%
G = 4.69%
B = 68.75%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#550FDC (or 0x550FDC) is known color: Han Purple. HEX triplet: 55, 0F and DC. RGB value is (85,15,220). Sum of RGB (Red+Green+Blue) = 85+15+220=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #550FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550FDC is #AAF023. Grayscale: #3A3A3A. Windows color (decimal): -11202596 or 14421845. OLE color: 14421845.

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

Color convert

RGB 85 15 220 -
CMYK 0.61 0.93 0 0.14
HSL 260.49º 0.87% 0.46% -
HSV(B) 260.49º 0.93% 0.86% -
XYZ 16.84 7.44 68.26 -
YUV 59.3 218.69 146.33 -
System Red Green Blue C M Y K H S L
Decimal 85 15 220 0.61 0.93 0 0.14 260.49 0.87 0.46
Hex 55 F DC 3D 5D 0 E 104 57 2E
Octal 125 17 334 75 135 0 16 404 127 56
Binary 1010101 1111 11011100 111101 1011101 0 1110 100000100 1010111 101110

Color Harmonies of #550FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550FDC

Black with #550FDC

Text Example


Text Example

White with #550FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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