Html Css Color HEX #552659 Hot Purple

📋 copy color: '#552659'

red 85 ◦ green 38 ◦ blue 89

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

Shades of Hot Purple #552659

Tints of Hot Purple #552659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

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

R = 40.09%
G = 17.92%
B = 41.98%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552659 (or 0x552659) is known color: Hot Purple. HEX triplet: 55, 26 and 59. RGB value is (85,38,89). Sum of RGB (Red+Green+Blue) = 85+38+89=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #552659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552659 is #AAD9A6. Grayscale: #393939. Windows color (decimal): -11196839 or 5842517. OLE color: 5842517.

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

Color convert

RGB 85 38 89 -
CMYK 0.04 0.57 0 0.65
HSL 295.29º 0.4% 0.25% -
HSV(B) 295.29º 0.57% 0.35% -
XYZ 6.24 4.04 9.9 -
YUV 57.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 85 38 89 0.04 0.57 0 0.65 295.29 0.4 0.25
Hex 55 26 59 4 39 0 41 127 28 19
Octal 125 46 131 4 71 0 101 447 50 31
Binary 1010101 100110 1011001 100 111001 0 1000001 100100111 101000 11001

Color Harmonies of #552659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552659

Black with #552659

Text Example


Text Example

White with #552659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552659; }

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

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

background-color css

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

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

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

border-color css

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

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

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