Html Css Color HEX #550EED Han Purple

📋 copy color: '#550EED'

red 85 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #550EED

Tints of Han Purple #550EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 25.3%
G = 4.17%
B = 70.54%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#550EED (or 0x550EED) is known color: Han Purple. HEX triplet: 55, 0E and ED. RGB value is (85,14,237). Sum of RGB (Red+Green+Blue) = 85+14+237=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #550EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EED is #AAF112. Grayscale: #3B3B3B. Windows color (decimal): -11202835 or 15535701. OLE color: 15535701.

HSL color Cylindrical-coordinate representation of color #550EED: hue angle of 259.1º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550EED is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 14 237 -
CMYK 0.64 0.94 0 0.07
HSL 259.1º 0.89% 0.49% -
HSV(B) 259.1º 0.94% 0.93% -
XYZ 19.19 8.36 80.72 -
YUV 60.65 227.52 145.37 -
System Red Green Blue C M Y K H S L
Decimal 85 14 237 0.64 0.94 0 0.07 259.1 0.89 0.49
Hex 55 E ED 40 5E 0 7 103 59 31
Octal 125 16 355 100 136 0 7 403 131 61
Binary 1010101 1110 11101101 1000000 1011110 0 111 100000011 1011001 110001

Color Harmonies of #550EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EED

Black with #550EED

Text Example


Text Example

White with #550EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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