Html Css Color HEX #553459 Hot Purple

📋 copy color: '#553459'

red 85 ◦ green 52 ◦ blue 89

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

Shades of Hot Purple #553459

Tints of Hot Purple #553459

RGB

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

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

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

R = 37.61%
G = 23.01%
B = 39.38%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553459 (or 0x553459) is known color: Hot Purple. HEX triplet: 55, 34 and 59. RGB value is (85,52,89). Sum of RGB (Red+Green+Blue) = 85+52+89=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #553459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553459 is #AACBA6. Grayscale: #414141. Windows color (decimal): -11193255 or 5846101. OLE color: 5846101.

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

Color convert

RGB 85 52 89 -
CMYK 0.04 0.42 0 0.65
HSL 293.51º 0.26% 0.28% -
HSV(B) 293.51º 0.42% 0.35% -
XYZ 6.78 5.11 10.08 -
YUV 66.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 85 52 89 0.04 0.42 0 0.65 293.51 0.26 0.28
Hex 55 34 59 4 2A 0 41 126 1A 1C
Octal 125 64 131 4 52 0 101 446 32 34
Binary 1010101 110100 1011001 100 101010 0 1000001 100100110 11010 11100

Color Harmonies of #553459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553459

Black with #553459

Text Example


Text Example

White with #553459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553459; }

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

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

background-color css

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

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

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

border-color css

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

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

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