Html Css Color HEX #830057 Eggplant

📋 copy color: '#830057'

red 131 ◦ green 0 ◦ blue 87

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

Shades of Eggplant #830057

Tints of Eggplant #830057

RGB

 RED value IS 131 (51.56% from 255) = 60.09%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 39.91%

R = 60.09%
G = 0%
B = 39.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#830057 (or 0x830057) is known color: Eggplant. HEX triplet: 83, 00 and 57. RGB value is (131,0,87). Sum of RGB (Red+Green+Blue) = 131+0+87=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #830057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830057 is #7CFFA8. Grayscale: #303030. Windows color (decimal): -8191913 or 5701763. OLE color: 5701763.

HSL color Cylindrical-coordinate representation of color #830057: hue angle of 320.15º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #830057 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 87 -
CMYK 0 1 0.34 0.49
HSL 320.15º 1% 0.26% -
HSV(B) 320.15º 1% 0.51% -
XYZ 11.08 5.51 9.5 -
YUV 49.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 131 0 87 0 1 0.34 0.49 320.15 1 0.26
Hex 83 0 57 0 64 22 31 140 64 1A
Octal 203 0 127 0 144 42 61 500 144 32
Binary 10000011 0 1010111 0 1100100 100010 110001 101000000 1100100 11010

Color Harmonies of #830057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830057

Black with #830057

Text Example


Text Example

White with #830057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830057; }

 p { color: rgb(131,0,87); }

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

background-color css

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

 a { background-color: rgb(131,0,87); }

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

border-color css

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

 span { border-color: rgb(131,0,87); }

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