Html Css Color HEX #57385D Hot Purple

📋 copy color: '#57385D'

red 87 ◦ green 56 ◦ blue 93

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

Shades of Hot Purple #57385D

Tints of Hot Purple #57385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 36.86%
G = 23.73%
B = 39.41%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57385D (or 0x57385D) is known color: Hot Purple. HEX triplet: 57, 38 and 5D. RGB value is (87,56,93). Sum of RGB (Red+Green+Blue) = 87+56+93=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #57385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57385D is #A8C7A2. Grayscale: #454545. Windows color (decimal): -11061155 or 6109271. OLE color: 6109271.

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

Color convert

RGB 87 56 93 -
CMYK 0.06 0.40 0 0.64
HSL 290.27º 0.25% 0.29% -
HSV(B) 290.27º 0.4% 0.36% -
XYZ 7.32 5.64 11.06 -
YUV 69.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 87 56 93 0.06 0.40 0 0.64 290.27 0.25 0.29
Hex 57 38 5D 6 28 0 40 122 19 1D
Octal 127 70 135 6 50 0 100 442 31 35
Binary 1010111 111000 1011101 110 101000 0 1000000 100100010 11001 11101

Color Harmonies of #57385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57385D

Black with #57385D

Text Example


Text Example

White with #57385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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