Html Css Color HEX #830068 Eggplant

📋 copy color: '#830068'

red 131 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #830068

Tints of Eggplant #830068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 55.74%
G = 0%
B = 44.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#830068 (or 0x830068) is known color: Eggplant. HEX triplet: 83, 00 and 68. RGB value is (131,0,104). Sum of RGB (Red+Green+Blue) = 131+0+104=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #830068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830068 is #7CFF97. Grayscale: #323232. Windows color (decimal): -8191896 or 6815875. OLE color: 6815875.

HSL color Cylindrical-coordinate representation of color #830068: hue angle of 312.37º 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 #830068 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 104 -
CMYK 0 1 0.21 0.49
HSL 312.37º 1% 0.26% -
HSV(B) 312.37º 1% 0.51% -
XYZ 11.86 5.82 13.6 -
YUV 51.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 131 0 104 0 1 0.21 0.49 312.37 1 0.26
Hex 83 0 68 0 64 15 31 138 64 1A
Octal 203 0 150 0 144 25 61 470 144 32
Binary 10000011 0 1101000 0 1100100 10101 110001 100111000 1100100 11010

Color Harmonies of #830068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830068

Black with #830068

Text Example


Text Example

White with #830068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830068; }

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

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

background-color css

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

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

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

border-color css

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

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

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