Html Css Color HEX #552359 Hot Purple

📋 copy color: '#552359'

red 85 ◦ green 35 ◦ blue 89

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

Shades of Hot Purple #552359

Tints of Hot Purple #552359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.75%

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

R = 40.67%
G = 16.75%
B = 42.58%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552359 (or 0x552359) is known color: Hot Purple. HEX triplet: 55, 23 and 59. RGB value is (85,35,89). Sum of RGB (Red+Green+Blue) = 85+35+89=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #552359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552359 is #AADCA6. Grayscale: #373737. Windows color (decimal): -11197607 or 5841749. OLE color: 5841749.

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

Color convert

RGB 85 35 89 -
CMYK 0.04 0.61 0 0.65
HSL 295.56º 0.44% 0.24% -
HSV(B) 295.56º 0.61% 0.35% -
XYZ 6.15 3.85 9.87 -
YUV 56.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 85 35 89 0.04 0.61 0 0.65 295.56 0.44 0.24
Hex 55 23 59 4 3D 0 41 128 2C 18
Octal 125 43 131 4 75 0 101 450 54 30
Binary 1010101 100011 1011001 100 111101 0 1000001 100101000 101100 11000

Color Harmonies of #552359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552359

Black with #552359

Text Example


Text Example

White with #552359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552359; }

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

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

background-color css

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

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

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

border-color css

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

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

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