Html Css Color HEX #552561 Hot Purple

📋 copy color: '#552561'

red 85 ◦ green 37 ◦ blue 97

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

Shades of Hot Purple #552561

Tints of Hot Purple #552561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

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

R = 38.81%
G = 16.89%
B = 44.29%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#552561 (or 0x552561) is known color: Hot Purple. HEX triplet: 55, 25 and 61. RGB value is (85,37,97). Sum of RGB (Red+Green+Blue) = 85+37+97=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #552561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552561 is #AADA9E. Grayscale: #3A3A3A. Windows color (decimal): -11197087 or 6366549. OLE color: 6366549.

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

Color convert

RGB 85 37 97 -
CMYK 0.12 0.62 0 0.62
HSL 288º 0.45% 0.26% -
HSV(B) 288º 0.62% 0.38% -
XYZ 6.57 4.12 11.76 -
YUV 58.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 85 37 97 0.12 0.62 0 0.62 288 0.45 0.26
Hex 55 25 61 C 3E 0 3E 120 2D 1A
Octal 125 45 141 14 76 0 76 440 55 32
Binary 1010101 100101 1100001 1100 111110 0 111110 100100000 101101 11010

Color Harmonies of #552561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552561

Black with #552561

Text Example


Text Example

White with #552561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552561; }

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

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

background-color css

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

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

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

border-color css

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

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

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