Html Css Color HEX #57365B Hot Purple

📋 copy color: '#57365B'

red 87 ◦ green 54 ◦ blue 91

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

Shades of Hot Purple #57365B

Tints of Hot Purple #57365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 37.5%
G = 23.28%
B = 39.22%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57365B (or 0x57365B) is known color: Hot Purple. HEX triplet: 57, 36 and 5B. RGB value is (87,54,91). Sum of RGB (Red+Green+Blue) = 87+54+91=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #57365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57365B is #A8C9A4. Grayscale: #434343. Windows color (decimal): -11061669 or 5977687. OLE color: 5977687.

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

Color convert

RGB 87 54 91 -
CMYK 0.04 0.41 0 0.64
HSL 293.51º 0.26% 0.28% -
HSV(B) 293.51º 0.41% 0.36% -
XYZ 7.14 5.42 10.57 -
YUV 68.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 87 54 91 0.04 0.41 0 0.64 293.51 0.26 0.28
Hex 57 36 5B 4 29 0 40 126 1A 1C
Octal 127 66 133 4 51 0 100 446 32 34
Binary 1010111 110110 1011011 100 101001 0 1000000 100100110 11010 11100

Color Harmonies of #57365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57365B

Black with #57365B

Text Example


Text Example

White with #57365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57365B; }

 p { color: rgb(87,54,91); }

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

background-color css

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

 a { background-color: rgb(87,54,91); }

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

border-color css

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

 span { border-color: rgb(87,54,91); }

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