Html Css Color HEX #552658 Hot Purple

📋 copy color: '#552658'

red 85 ◦ green 38 ◦ blue 88

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

Shades of Hot Purple #552658

Tints of Hot Purple #552658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 40.28%
G = 18.01%
B = 41.71%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552658 (or 0x552658) is known color: Hot Purple. HEX triplet: 55, 26 and 58. RGB value is (85,38,88). Sum of RGB (Red+Green+Blue) = 85+38+88=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #552658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552658 is #AAD9A7. Grayscale: #393939. Windows color (decimal): -11196840 or 5776981. OLE color: 5776981.

HSL color Cylindrical-coordinate representation of color #552658: hue angle of 296.4º 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 #552658 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 38 88 -
CMYK 0.03 0.57 0 0.65
HSL 296.4º 0.4% 0.25% -
HSV(B) 296.4º 0.57% 0.35% -
XYZ 6.2 4.02 9.68 -
YUV 57.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 85 38 88 0.03 0.57 0 0.65 296.4 0.4 0.25
Hex 55 26 58 3 39 0 41 128 28 19
Octal 125 46 130 3 71 0 101 450 50 31
Binary 1010101 100110 1011000 11 111001 0 1000001 100101000 101000 11001

Color Harmonies of #552658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552658

Black with #552658

Text Example


Text Example

White with #552658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552658; }

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

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

background-color css

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

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

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

border-color css

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

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

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