Html Css Color HEX #553554 Hot Purple

📋 copy color: '#553554'

red 85 ◦ green 53 ◦ blue 84

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

Shades of Hot Purple #553554

Tints of Hot Purple #553554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 38.29%
G = 23.87%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#553554 (or 0x553554) is known color: Hot Purple. HEX triplet: 55, 35 and 54. RGB value is (85,53,84). Sum of RGB (Red+Green+Blue) = 85+53+84=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #553554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553554 is #AACAAB. Grayscale: #424242. Windows color (decimal): -11193004 or 5518677. OLE color: 5518677.

HSL color Cylindrical-coordinate representation of color #553554: hue angle of 301.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553554 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 84 -
CMYK 0 0.38 0.01 0.67
HSL 301.88º 0.23% 0.27% -
HSV(B) 301.88º 0.38% 0.33% -
XYZ 6.62 5.12 9.03 -
YUV 66.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 85 53 84 0 0.38 0.01 0.67 301.88 0.23 0.27
Hex 55 35 54 0 26 1 43 12E 17 1B
Octal 125 65 124 0 46 1 103 456 27 33
Binary 1010101 110101 1010100 0 100110 1 1000011 100101110 10111 11011

Color Harmonies of #553554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553554

Black with #553554

Text Example


Text Example

White with #553554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553554; }

 p { color: rgb(85,53,84); }

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

background-color css

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

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

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

border-color css

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

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

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