Html Css Color HEX #830C68 Dark Purple

📋 copy color: '#830C68'

red 131 ◦ green 12 ◦ blue 104

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

Shades of Dark Purple #830C68

Tints of Dark Purple #830C68

RGB

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

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

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

R = 53.04%
G = 4.86%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#830C68 (or 0x830C68) is known color: Dark Purple. HEX triplet: 83, 0C and 68. RGB value is (131,12,104). Sum of RGB (Red+Green+Blue) = 131+12+104=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #830C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830C68 is #7CF397. Grayscale: #393939. Windows color (decimal): -8188824 or 6818947. OLE color: 6818947.

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

Color convert

RGB 131 12 104 -
CMYK 0 0.91 0.21 0.49
HSL 313.61º 0.83% 0.28% -
HSV(B) 313.61º 0.91% 0.51% -
XYZ 11.99 6.09 13.64 -
YUV 58.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 131 12 104 0 0.91 0.21 0.49 313.61 0.83 0.28
Hex 83 C 68 0 5B 15 31 13A 53 1C
Octal 203 14 150 0 133 25 61 472 123 34
Binary 10000011 1100 1101000 0 1011011 10101 110001 100111010 1010011 11100

Color Harmonies of #830C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C68

Black with #830C68

Text Example


Text Example

White with #830C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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