Html Css Color HEX #551EDA Han Purple

📋 copy color: '#551EDA'

red 85 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #551EDA

Tints of Han Purple #551EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 25.53%
G = 9.01%
B = 65.47%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#551EDA (or 0x551EDA) is known color: Han Purple. HEX triplet: 55, 1E and DA. RGB value is (85,30,218). Sum of RGB (Red+Green+Blue) = 85+30+218=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #551EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551EDA is #AAE125. Grayscale: #434343. Windows color (decimal): -11198758 or 14294613. OLE color: 14294613.

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

Color convert

RGB 85 30 218 -
CMYK 0.61 0.86 0 0.15
HSL 257.55º 0.76% 0.49% -
HSV(B) 257.55º 0.86% 0.85% -
XYZ 16.87 7.92 66.97 -
YUV 67.88 212.72 140.21 -
System Red Green Blue C M Y K H S L
Decimal 85 30 218 0.61 0.86 0 0.15 257.55 0.76 0.49
Hex 55 1E DA 3D 56 0 F 102 4C 31
Octal 125 36 332 75 126 0 17 402 114 61
Binary 1010101 11110 11011010 111101 1010110 0 1111 100000010 1001100 110001

Color Harmonies of #551EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551EDA

Black with #551EDA

Text Example


Text Example

White with #551EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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