Html Css Color HEX #57355B Hot Purple

📋 copy color: '#57355B'

red 87 ◦ green 53 ◦ blue 91

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

Shades of Hot Purple #57355B

Tints of Hot Purple #57355B

RGB

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

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

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

R = 37.66%
G = 22.94%
B = 39.39%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57355B (or 0x57355B) is known color: Hot Purple. HEX triplet: 57, 35 and 5B. RGB value is (87,53,91). Sum of RGB (Red+Green+Blue) = 87+53+91=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #57355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57355B is #A8CAA4. Grayscale: #434343. Windows color (decimal): -11061925 or 5977431. OLE color: 5977431.

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

Color convert

RGB 87 53 91 -
CMYK 0.04 0.42 0 0.64
HSL 293.68º 0.26% 0.28% -
HSV(B) 293.68º 0.42% 0.36% -
XYZ 7.09 5.33 10.55 -
YUV 67.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 87 53 91 0.04 0.42 0 0.64 293.68 0.26 0.28
Hex 57 35 5B 4 2A 0 40 126 1A 1C
Octal 127 65 133 4 52 0 100 446 32 34
Binary 1010111 110101 1011011 100 101010 0 1000000 100100110 11010 11100

Color Harmonies of #57355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57355B

Black with #57355B

Text Example


Text Example

White with #57355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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