Html Css Color HEX #552B54 Hot Purple

📋 copy color: '#552B54'

red 85 ◦ green 43 ◦ blue 84

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

Shades of Hot Purple #552B54

Tints of Hot Purple #552B54

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

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

R = 40.09%
G = 20.28%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#552B54 (or 0x552B54) is known color: Hot Purple. HEX triplet: 55, 2B and 54. RGB value is (85,43,84). Sum of RGB (Red+Green+Blue) = 85+43+84=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #552B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B54 is #AAD4AB. Grayscale: #3C3C3C. Windows color (decimal): -11195564 or 5516117. OLE color: 5516117.

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

Color convert

RGB 85 43 84 -
CMYK 0 0.49 0.01 0.67
HSL 301.43º 0.33% 0.25% -
HSV(B) 301.43º 0.49% 0.33% -
XYZ 6.21 4.3 8.89 -
YUV 60.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 85 43 84 0 0.49 0.01 0.67 301.43 0.33 0.25
Hex 55 2B 54 0 31 1 43 12D 21 19
Octal 125 53 124 0 61 1 103 455 41 31
Binary 1010101 101011 1010100 0 110001 1 1000011 100101101 100001 11001

Color Harmonies of #552B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B54

Black with #552B54

Text Example


Text Example

White with #552B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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