Html Css Color HEX #553458 Hot Purple

📋 copy color: '#553458'

red 85 ◦ green 52 ◦ blue 88

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

Shades of Hot Purple #553458

Tints of Hot Purple #553458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 37.78%
G = 23.11%
B = 39.11%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553458 (or 0x553458) is known color: Hot Purple. HEX triplet: 55, 34 and 58. RGB value is (85,52,88). Sum of RGB (Red+Green+Blue) = 85+52+88=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #553458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553458 is #AACBA7. Grayscale: #414141. Windows color (decimal): -11193256 or 5780565. OLE color: 5780565.

HSL color Cylindrical-coordinate representation of color #553458: hue angle of 295º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553458 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 52 88 -
CMYK 0.03 0.41 0 0.65
HSL 295º 0.26% 0.27% -
HSV(B) 295º 0.41% 0.35% -
XYZ 6.74 5.09 9.86 -
YUV 65.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 85 52 88 0.03 0.41 0 0.65 295 0.26 0.27
Hex 55 34 58 3 29 0 41 127 1A 1B
Octal 125 64 130 3 51 0 101 447 32 33
Binary 1010101 110100 1011000 11 101001 0 1000001 100100111 11010 11011

Color Harmonies of #553458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553458

Black with #553458

Text Example


Text Example

White with #553458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553458; }

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

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

background-color css

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

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

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

border-color css

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

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

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