Html Css Color HEX #57355D Hot Purple

📋 copy color: '#57355D'

red 87 ◦ green 53 ◦ blue 93

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

Shades of Hot Purple #57355D

Tints of Hot Purple #57355D

RGB

 RED value IS 87 (34.38% from 255) = 37.34%

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 37.34%
G = 22.75%
B = 39.91%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57355D (or 0x57355D) is known color: Hot Purple. HEX triplet: 57, 35 and 5D. RGB value is (87,53,93). Sum of RGB (Red+Green+Blue) = 87+53+93=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #57355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57355D is #A8CAA2. Grayscale: #434343. Windows color (decimal): -11061923 or 6108503. OLE color: 6108503.

HSL color Cylindrical-coordinate representation of color #57355D: hue angle of 291º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57355D is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 53 93 -
CMYK 0.06 0.43 0 0.64
HSL 291º 0.27% 0.29% -
HSV(B) 291º 0.43% 0.36% -
XYZ 7.18 5.36 11.01 -
YUV 67.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 87 53 93 0.06 0.43 0 0.64 291 0.27 0.29
Hex 57 35 5D 6 2B 0 40 123 1B 1D
Octal 127 65 135 6 53 0 100 443 33 35
Binary 1010111 110101 1011101 110 101011 0 1000000 100100011 11011 11101

Color Harmonies of #57355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57355D

Black with #57355D

Text Example


Text Example

White with #57355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57355D; }

 p { color: rgb(87,53,93); }

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

background-color css

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

 a { background-color: rgb(87,53,93); }

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

border-color css

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

 span { border-color: rgb(87,53,93); }

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