Html Css Color HEX #832A67 Dark Purple

📋 copy color: '#832A67'

red 131 ◦ green 42 ◦ blue 103

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

Shades of Dark Purple #832A67

Tints of Dark Purple #832A67

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 47.46%
G = 15.22%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#832A67 (or 0x832A67) is known color: Dark Purple. HEX triplet: 83, 2A and 67. RGB value is (131,42,103). Sum of RGB (Red+Green+Blue) = 131+42+103=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #832A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A67 is #7CD598. Grayscale: #4B4B4B. Windows color (decimal): -8181145 or 6761091. OLE color: 6761091.

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

Color convert

RGB 131 42 103 -
CMYK 0 0.68 0.21 0.49
HSL 318.88º 0.51% 0.34% -
HSV(B) 318.88º 0.68% 0.51% -
XYZ 12.64 7.46 13.61 -
YUV 75.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 131 42 103 0 0.68 0.21 0.49 318.88 0.51 0.34
Hex 83 2A 67 0 44 15 31 13F 33 22
Octal 203 52 147 0 104 25 61 477 63 42
Binary 10000011 101010 1100111 0 1000100 10101 110001 100111111 110011 100010

Color Harmonies of #832A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A67

Black with #832A67

Text Example


Text Example

White with #832A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832A67; }

 p { color: rgb(131,42,103); }

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

background-color css

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

 a { background-color: rgb(131,42,103); }

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

border-color css

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

 span { border-color: rgb(131,42,103); }

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