Html Css Color HEX #551DDE Han Purple

📋 copy color: '#551DDE'

red 85 ◦ green 29 ◦ blue 222

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

Shades of Han Purple #551DDE

Tints of Han Purple #551DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

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

R = 25.3%
G = 8.63%
B = 66.07%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#551DDE (or 0x551DDE) is known color: Han Purple. HEX triplet: 55, 1D and DE. RGB value is (85,29,222). Sum of RGB (Red+Green+Blue) = 85+29+222=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #551DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DDE is #AAE221. Grayscale: #434343. Windows color (decimal): -11199010 or 14556501. OLE color: 14556501.

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

Color convert

RGB 85 29 222 -
CMYK 0.62 0.87 0 0.13
HSL 257.41º 0.77% 0.49% -
HSV(B) 257.41º 0.87% 0.87% -
XYZ 17.37 8.08 69.75 -
YUV 67.75 215.05 140.31 -
System Red Green Blue C M Y K H S L
Decimal 85 29 222 0.62 0.87 0 0.13 257.41 0.77 0.49
Hex 55 1D DE 3E 57 0 D 101 4D 31
Octal 125 35 336 76 127 0 15 401 115 61
Binary 1010101 11101 11011110 111110 1010111 0 1101 100000001 1001101 110001

Color Harmonies of #551DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DDE

Black with #551DDE

Text Example


Text Example

White with #551DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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