Html Css Color HEX #550EEE Han Purple

📋 copy color: '#550EEE'

red 85 ◦ green 14 ◦ blue 238

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

Shades of Han Purple #550EEE

Tints of Han Purple #550EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.62%

R = 25.22%
G = 4.15%
B = 70.62%

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

#550EEE (or 0x550EEE) is known color: Han Purple. HEX triplet: 55, 0E and EE. RGB value is (85,14,238). Sum of RGB (Red+Green+Blue) = 85+14+238=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #550EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550EEE is #AAF111. Grayscale: #3B3B3B. Windows color (decimal): -11202834 or 15601237. OLE color: 15601237.

HSL color Cylindrical-coordinate representation of color #550EEE: hue angle of 259.02º 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 #550EEE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 14 238 -
CMYK 0.64 0.94 0 0.07
HSL 259.02º 0.89% 0.49% -
HSV(B) 259.02º 0.94% 0.93% -
XYZ 19.34 8.42 81.49 -
YUV 60.77 228.02 145.29 -
System Red Green Blue C M Y K H S L
Decimal 85 14 238 0.64 0.94 0 0.07 259.02 0.89 0.49
Hex 55 E EE 40 5E 0 7 103 59 31
Octal 125 16 356 100 136 0 7 403 131 61
Binary 1010101 1110 11101110 1000000 1011110 0 111 100000011 1011001 110001

Color Harmonies of #550EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550EEE

Black with #550EEE

Text Example


Text Example

White with #550EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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