Html Css Color HEX #550EDE Han Purple

📋 copy color: '#550EDE'

red 85 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #550EDE

Tints of Han Purple #550EDE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.36%

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 26.48%
G = 4.36%
B = 69.16%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#550EDE (or 0x550EDE) is known color: Han Purple. HEX triplet: 55, 0E and DE. RGB value is (85,14,222). Sum of RGB (Red+Green+Blue) = 85+14+222=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #550EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550EDE is #AAF121. Grayscale: #3A3A3A. Windows color (decimal): -11202850 or 14552661. OLE color: 14552661.

HSL color Cylindrical-coordinate representation of color #550EDE: hue angle of 260.48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EDE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 14 222 -
CMYK 0.62 0.94 0 0.13
HSL 260.48º 0.88% 0.46% -
HSV(B) 260.48º 0.94% 0.87% -
XYZ 17.09 7.52 69.66 -
YUV 58.94 220.02 146.59 -
System Red Green Blue C M Y K H S L
Decimal 85 14 222 0.62 0.94 0 0.13 260.48 0.88 0.46
Hex 55 E DE 3E 5E 0 D 104 58 2E
Octal 125 16 336 76 136 0 15 404 130 56
Binary 1010101 1110 11011110 111110 1011110 0 1101 100000100 1011000 101110

Color Harmonies of #550EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EDE

Black with #550EDE

Text Example


Text Example

White with #550EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,14,222); }

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

background-color css

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

 a { background-color: rgb(85,14,222); }

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

border-color css

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

 span { border-color: rgb(85,14,222); }

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