Html Css Color HEX #552161 Hot Purple

📋 copy color: '#552161'

red 85 ◦ green 33 ◦ blue 97

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

Shades of Hot Purple #552161

Tints of Hot Purple #552161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 39.53%
G = 15.35%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552161 (or 0x552161) is known color: Hot Purple. HEX triplet: 55, 21 and 61. RGB value is (85,33,97). Sum of RGB (Red+Green+Blue) = 85+33+97=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #552161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552161 is #AADE9E. Grayscale: #373737. Windows color (decimal): -11198111 or 6365525. OLE color: 6365525.

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

Color convert

RGB 85 33 97 -
CMYK 0.12 0.66 0 0.62
HSL 288.75º 0.49% 0.25% -
HSV(B) 288.75º 0.66% 0.38% -
XYZ 6.45 3.88 11.72 -
YUV 55.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 85 33 97 0.12 0.66 0 0.62 288.75 0.49 0.25
Hex 55 21 61 C 42 0 3E 121 31 19
Octal 125 41 141 14 102 0 76 441 61 31
Binary 1010101 100001 1100001 1100 1000010 0 111110 100100001 110001 11001

Color Harmonies of #552161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552161

Black with #552161

Text Example


Text Example

White with #552161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552161; }

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

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

background-color css

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

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

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

border-color css

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

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

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