Html Css Color HEX #552759 Hot Purple

📋 copy color: '#552759'

red 85 ◦ green 39 ◦ blue 89

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

Shades of Hot Purple #552759

Tints of Hot Purple #552759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 39.91%
G = 18.31%
B = 41.78%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552759 (or 0x552759) is known color: Hot Purple. HEX triplet: 55, 27 and 59. RGB value is (85,39,89). Sum of RGB (Red+Green+Blue) = 85+39+89=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #552759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552759 is #AAD8A6. Grayscale: #3A3A3A. Windows color (decimal): -11196583 or 5842773. OLE color: 5842773.

HSL color Cylindrical-coordinate representation of color #552759: hue angle of 295.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552759 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 39 89 -
CMYK 0.04 0.56 0 0.65
HSL 295.2º 0.39% 0.25% -
HSV(B) 295.2º 0.56% 0.35% -
XYZ 6.28 4.1 9.91 -
YUV 58.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 85 39 89 0.04 0.56 0 0.65 295.2 0.39 0.25
Hex 55 27 59 4 38 0 41 127 27 19
Octal 125 47 131 4 70 0 101 447 47 31
Binary 1010101 100111 1011001 100 111000 0 1000001 100100111 100111 11001

Color Harmonies of #552759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552759

Black with #552759

Text Example


Text Example

White with #552759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552759; }

 p { color: rgb(85,39,89); }

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

background-color css

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

 a { background-color: rgb(85,39,89); }

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

border-color css

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

 span { border-color: rgb(85,39,89); }

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