Html Css Color HEX #830C71 Dark Purple

📋 copy color: '#830C71'

red 131 ◦ green 12 ◦ blue 113

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

Shades of Dark Purple #830C71

Tints of Dark Purple #830C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 51.17%
G = 4.69%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#830C71 (or 0x830C71) is known color: Dark Purple. HEX triplet: 83, 0C and 71. RGB value is (131,12,113). Sum of RGB (Red+Green+Blue) = 131+12+113=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #830C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830C71 is #7CF38E. Grayscale: #3A3A3A. Windows color (decimal): -8188815 or 7408771. OLE color: 7408771.

HSL color Cylindrical-coordinate representation of color #830C71: hue angle of 309.08º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C71 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 12 113 -
CMYK 0 0.91 0.14 0.49
HSL 309.08º 0.83% 0.28% -
HSV(B) 309.08º 0.91% 0.51% -
XYZ 12.47 6.28 16.18 -
YUV 59.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 131 12 113 0 0.91 0.14 0.49 309.08 0.83 0.28
Hex 83 C 71 0 5B E 31 135 53 1C
Octal 203 14 161 0 133 16 61 465 123 34
Binary 10000011 1100 1110001 0 1011011 1110 110001 100110101 1010011 11100

Color Harmonies of #830C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C71

Black with #830C71

Text Example


Text Example

White with #830C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830C71; }

 p { color: rgb(131,12,113); }

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

background-color css

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

 a { background-color: rgb(131,12,113); }

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

border-color css

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

 span { border-color: rgb(131,12,113); }

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