Html Css Color HEX #551B5F Hot Purple

📋 copy color: '#551B5F'

red 85 ◦ green 27 ◦ blue 95

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

Shades of Hot Purple #551B5F

Tints of Hot Purple #551B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 41.06%
G = 13.04%
B = 45.89%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#551B5F (or 0x551B5F) is known color: Hot Purple. HEX triplet: 55, 1B and 5F. RGB value is (85,27,95). Sum of RGB (Red+Green+Blue) = 85+27+95=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #551B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B5F is #AAE4A0. Grayscale: #333333. Windows color (decimal): -11199649 or 6232917. OLE color: 6232917.

HSL color Cylindrical-coordinate representation of color #551B5F: hue angle of 291.18º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551B5F is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 27 95 -
CMYK 0.11 0.72 0 0.63
HSL 291.18º 0.56% 0.24% -
HSV(B) 291.18º 0.72% 0.37% -
XYZ 6.2 3.54 11.18 -
YUV 52.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 85 27 95 0.11 0.72 0 0.63 291.18 0.56 0.24
Hex 55 1B 5F B 48 0 3F 123 38 18
Octal 125 33 137 13 110 0 77 443 70 30
Binary 1010101 11011 1011111 1011 1001000 0 111111 100100011 111000 11000

Color Harmonies of #551B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551B5F

Black with #551B5F

Text Example


Text Example

White with #551B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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