Html Css Color HEX #552061 Hot Purple

📋 copy color: '#552061'

red 85 ◦ green 32 ◦ blue 97

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

Shades of Hot Purple #552061

Tints of Hot Purple #552061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 39.72%
G = 14.95%
B = 45.33%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552061 (or 0x552061) is known color: Hot Purple. HEX triplet: 55, 20 and 61. RGB value is (85,32,97). Sum of RGB (Red+Green+Blue) = 85+32+97=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #552061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552061 is #AADF9E. Grayscale: #373737. Windows color (decimal): -11198367 or 6365269. OLE color: 6365269.

HSL color Cylindrical-coordinate representation of color #552061: hue angle of 288.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #552061 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 32 97 -
CMYK 0.12 0.67 0 0.62
HSL 288.92º 0.5% 0.25% -
HSV(B) 288.92º 0.67% 0.38% -
XYZ 6.42 3.83 11.71 -
YUV 55.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 85 32 97 0.12 0.67 0 0.62 288.92 0.5 0.25
Hex 55 20 61 C 43 0 3E 121 32 19
Octal 125 40 141 14 103 0 76 441 62 31
Binary 1010101 100000 1100001 1100 1000011 0 111110 100100001 110010 11001

Color Harmonies of #552061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552061

Black with #552061

Text Example


Text Example

White with #552061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552061; }

 p { color: rgb(85,32,97); }

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

background-color css

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

 a { background-color: rgb(85,32,97); }

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

border-color css

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

 span { border-color: rgb(85,32,97); }

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