Html Css Color HEX #57255D Hot Purple

📋 copy color: '#57255D'

red 87 ◦ green 37 ◦ blue 93

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

Shades of Hot Purple #57255D

Tints of Hot Purple #57255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 40.09%
G = 17.05%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57255D (or 0x57255D) is known color: Hot Purple. HEX triplet: 57, 25 and 5D. RGB value is (87,37,93). Sum of RGB (Red+Green+Blue) = 87+37+93=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #57255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57255D is #A8DAA2. Grayscale: #3A3A3A. Windows color (decimal): -11066019 or 6104407. OLE color: 6104407.

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

Color convert

RGB 87 37 93 -
CMYK 0.06 0.60 0 0.64
HSL 293.57º 0.43% 0.25% -
HSV(B) 293.57º 0.6% 0.36% -
XYZ 6.57 4.14 10.81 -
YUV 58.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 87 37 93 0.06 0.60 0 0.64 293.57 0.43 0.25
Hex 57 25 5D 6 3C 0 40 126 2B 19
Octal 127 45 135 6 74 0 100 446 53 31
Binary 1010111 100101 1011101 110 111100 0 1000000 100100110 101011 11001

Color Harmonies of #57255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57255D

Black with #57255D

Text Example


Text Example

White with #57255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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