Html Css Color HEX #552756 Hot Purple

📋 copy color: '#552756'

red 85 ◦ green 39 ◦ blue 86

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

Shades of Hot Purple #552756

Tints of Hot Purple #552756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.57%

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

R = 40.48%
G = 18.57%
B = 40.95%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#552756 (or 0x552756) is known color: Hot Purple. HEX triplet: 55, 27 and 56. RGB value is (85,39,86). Sum of RGB (Red+Green+Blue) = 85+39+86=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #552756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552756 is #AAD8A9. Grayscale: #393939. Windows color (decimal): -11196586 or 5646165. OLE color: 5646165.

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

Color convert

RGB 85 39 86 -
CMYK 0.01 0.55 0 0.66
HSL 298.72º 0.38% 0.25% -
HSV(B) 298.72º 0.55% 0.34% -
XYZ 6.15 4.05 9.26 -
YUV 58.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 85 39 86 0.01 0.55 0 0.66 298.72 0.38 0.25
Hex 55 27 56 1 37 0 42 12B 26 19
Octal 125 47 126 1 67 0 102 453 46 31
Binary 1010101 100111 1010110 1 110111 0 1000010 100101011 100110 11001

Color Harmonies of #552756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552756

Black with #552756

Text Example


Text Example

White with #552756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552756; }

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

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

background-color css

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

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

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

border-color css

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

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

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