Html Css Color HEX #551B5B Hot Purple

📋 copy color: '#551B5B'

red 85 ◦ green 27 ◦ blue 91

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

Shades of Hot Purple #551B5B

Tints of Hot Purple #551B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.3%

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 41.87%
G = 13.3%
B = 44.83%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#551B5B (or 0x551B5B) is known color: Hot Purple. HEX triplet: 55, 1B and 5B. RGB value is (85,27,91). Sum of RGB (Red+Green+Blue) = 85+27+91=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #551B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B5B is #AAE4A4. Grayscale: #333333. Windows color (decimal): -11199653 or 5970773. OLE color: 5970773.

HSL color Cylindrical-coordinate representation of color #551B5B: hue angle of 294.38º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #551B5B is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 27 91 -
CMYK 0.07 0.70 0 0.64
HSL 294.38º 0.54% 0.23% -
HSV(B) 294.38º 0.7% 0.36% -
XYZ 6.03 3.47 10.25 -
YUV 51.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 85 27 91 0.07 0.70 0 0.64 294.38 0.54 0.23
Hex 55 1B 5B 7 46 0 40 126 36 17
Octal 125 33 133 7 106 0 100 446 66 27
Binary 1010101 11011 1011011 111 1000110 0 1000000 100100110 110110 10111

Color Harmonies of #551B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B5B

Black with #551B5B

Text Example


Text Example

White with #551B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,27,91); }

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

background-color css

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

 a { background-color: rgb(85,27,91); }

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

border-color css

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

 span { border-color: rgb(85,27,91); }

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