Html Css Color HEX #551B55 Hot Purple

📋 copy color: '#551B55'

red 85 ◦ green 27 ◦ blue 85

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

Shades of Hot Purple #551B55

Tints of Hot Purple #551B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 43.15%
G = 13.71%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#551B55 (or 0x551B55) is known color: Hot Purple. HEX triplet: 55, 1B and 55. RGB value is (85,27,85). Sum of RGB (Red+Green+Blue) = 85+27+85=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B55 is #AAE4AA. Grayscale: #323232. Windows color (decimal): -11199659 or 5577557. OLE color: 5577557.

HSL color Cylindrical-coordinate representation of color #551B55: hue angle of 300º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B55 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 27 85 -
CMYK 0 0.68 0 0.67
HSL 300º 0.52% 0.22% -
HSV(B) 300º 0.68% 0.33% -
XYZ 5.78 3.37 8.94 -
YUV 50.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 85 27 85 0 0.68 0 0.67 300 0.52 0.22
Hex 55 1B 55 0 44 0 43 12C 34 16
Octal 125 33 125 0 104 0 103 454 64 26
Binary 1010101 11011 1010101 0 1000100 0 1000011 100101100 110100 10110

Color Harmonies of #551B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B55

Black with #551B55

Text Example


Text Example

White with #551B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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