Html Css Color HEX #553357 Hot Purple

📋 copy color: '#553357'

red 85 ◦ green 51 ◦ blue 87

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

Shades of Hot Purple #553357

Tints of Hot Purple #553357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 38.12%
G = 22.87%
B = 39.01%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#553357 (or 0x553357) is known color: Hot Purple. HEX triplet: 55, 33 and 57. RGB value is (85,51,87). Sum of RGB (Red+Green+Blue) = 85+51+87=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #553357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553357 is #AACCA8. Grayscale: #414141. Windows color (decimal): -11193513 or 5714773. OLE color: 5714773.

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

Color convert

RGB 85 51 87 -
CMYK 0.02 0.41 0 0.66
HSL 296.67º 0.26% 0.27% -
HSV(B) 296.67º 0.41% 0.34% -
XYZ 6.65 4.99 9.63 -
YUV 65.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 85 51 87 0.02 0.41 0 0.66 296.67 0.26 0.27
Hex 55 33 57 2 29 0 42 129 1A 1B
Octal 125 63 127 2 51 0 102 451 32 33
Binary 1010101 110011 1010111 10 101001 0 1000010 100101001 11010 11011

Color Harmonies of #553357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553357

Black with #553357

Text Example


Text Example

White with #553357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553357; }

 p { color: rgb(85,51,87); }

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

background-color css

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

 a { background-color: rgb(85,51,87); }

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

border-color css

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

 span { border-color: rgb(85,51,87); }

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