Html Css Color HEX #551EDE Han Purple

📋 copy color: '#551EDE'

red 85 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #551EDE

Tints of Han Purple #551EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 25.22%
G = 8.9%
B = 65.88%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#551EDE (or 0x551EDE) is known color: Han Purple. HEX triplet: 55, 1E and DE. RGB value is (85,30,222). Sum of RGB (Red+Green+Blue) = 85+30+222=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #551EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EDE is #AAE121. Grayscale: #434343. Windows color (decimal): -11198754 or 14556757. OLE color: 14556757.

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

Color convert

RGB 85 30 222 -
CMYK 0.62 0.86 0 0.13
HSL 257.19º 0.76% 0.49% -
HSV(B) 257.19º 0.86% 0.87% -
XYZ 17.4 8.13 69.76 -
YUV 68.33 214.72 139.89 -
System Red Green Blue C M Y K H S L
Decimal 85 30 222 0.62 0.86 0 0.13 257.19 0.76 0.49
Hex 55 1E DE 3E 56 0 D 101 4C 31
Octal 125 36 336 76 126 0 15 401 114 61
Binary 1010101 11110 11011110 111110 1010110 0 1101 100000001 1001100 110001

Color Harmonies of #551EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EDE

Black with #551EDE

Text Example


Text Example

White with #551EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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