Html Css Color HEX #57365A Hot Purple

📋 copy color: '#57365A'

red 87 ◦ green 54 ◦ blue 90

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

Shades of Hot Purple #57365A

Tints of Hot Purple #57365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 37.66%
G = 23.38%
B = 38.96%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#57365A (or 0x57365A) is known color: Hot Purple. HEX triplet: 57, 36 and 5A. RGB value is (87,54,90). Sum of RGB (Red+Green+Blue) = 87+54+90=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #57365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57365A is #A8C9A5. Grayscale: #434343. Windows color (decimal): -11061670 or 5912151. OLE color: 5912151.

HSL color Cylindrical-coordinate representation of color #57365A: hue angle of 295º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57365A is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 54 90 -
CMYK 0.03 0.40 0 0.65
HSL 295º 0.25% 0.28% -
HSV(B) 295º 0.4% 0.35% -
XYZ 7.1 5.4 10.34 -
YUV 67.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 87 54 90 0.03 0.40 0 0.65 295 0.25 0.28
Hex 57 36 5A 3 28 0 41 127 19 1C
Octal 127 66 132 3 50 0 101 447 31 34
Binary 1010111 110110 1011010 11 101000 0 1000001 100100111 11001 11100

Color Harmonies of #57365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57365A

Black with #57365A

Text Example


Text Example

White with #57365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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