Html Css Color HEX #551DDF Han Purple

📋 copy color: '#551DDF'

red 85 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #551DDF

Tints of Han Purple #551DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 25.22%
G = 8.61%
B = 66.17%

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

#551DDF (or 0x551DDF) is known color: Han Purple. HEX triplet: 55, 1D and DF. RGB value is (85,29,223). Sum of RGB (Red+Green+Blue) = 85+29+223=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #551DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551DDF is #AAE220. Grayscale: #434343. Windows color (decimal): -11199009 or 14622037. OLE color: 14622037.

HSL color Cylindrical-coordinate representation of color #551DDF: hue angle of 257.32º 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 #551DDF is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 29 223 -
CMYK 0.62 0.87 0 0.13
HSL 257.32º 0.77% 0.49% -
HSV(B) 257.32º 0.87% 0.87% -
XYZ 17.5 8.14 70.46 -
YUV 67.86 215.55 140.23 -
System Red Green Blue C M Y K H S L
Decimal 85 29 223 0.62 0.87 0 0.13 257.32 0.77 0.49
Hex 55 1D DF 3E 57 0 D 101 4D 31
Octal 125 35 337 76 127 0 15 401 115 61
Binary 1010101 11101 11011111 111110 1010111 0 1101 100000001 1001101 110001

Color Harmonies of #551DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551DDF

Black with #551DDF

Text Example


Text Example

White with #551DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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