Html Css Color HEX #552856 Hot Purple

📋 copy color: '#552856'

red 85 ◦ green 40 ◦ blue 86

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

Shades of Hot Purple #552856

Tints of Hot Purple #552856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 86 (33.98% from 255) = 40.76%

R = 40.28%
G = 18.96%
B = 40.76%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#552856 (or 0x552856) is known color: Hot Purple. HEX triplet: 55, 28 and 56. RGB value is (85,40,86). Sum of RGB (Red+Green+Blue) = 85+40+86=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #552856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552856 is #AAD7A9. Grayscale: #3A3A3A. Windows color (decimal): -11196330 or 5646421. OLE color: 5646421.

HSL color Cylindrical-coordinate representation of color #552856: hue angle of 298.7º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #552856 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 40 86 -
CMYK 0.01 0.53 0 0.66
HSL 298.7º 0.37% 0.25% -
HSV(B) 298.7º 0.53% 0.34% -
XYZ 6.18 4.12 9.27 -
YUV 58.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 85 40 86 0.01 0.53 0 0.66 298.7 0.37 0.25
Hex 55 28 56 1 35 0 42 12B 25 19
Octal 125 50 126 1 65 0 102 453 45 31
Binary 1010101 101000 1010110 1 110101 0 1000010 100101011 100101 11001

Color Harmonies of #552856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552856

Black with #552856

Text Example


Text Example

White with #552856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552856; }

 p { color: rgb(85,40,86); }

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

background-color css

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

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

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

border-color css

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

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

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