Html Css Color HEX #83297E Dark Purple

📋 copy color: '#83297E'

red 131 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #83297E

Tints of Dark Purple #83297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 126 (49.61% from 255) = 42.28%

R = 43.96%
G = 13.76%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83297E (or 0x83297E) is known color: Dark Purple. HEX triplet: 83, 29 and 7E. RGB value is (131,41,126). Sum of RGB (Red+Green+Blue) = 131+41+126=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #83297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83297E is #7CD681. Grayscale: #4D4D4D. Windows color (decimal): -8181378 or 8268163. OLE color: 8268163.

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

Color convert

RGB 131 41 126 -
CMYK 0 0.69 0.04 0.49
HSL 303.33º 0.52% 0.34% -
HSV(B) 303.33º 0.69% 0.51% -
XYZ 13.92 7.92 20.53 -
YUV 77.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 131 41 126 0 0.69 0.04 0.49 303.33 0.52 0.34
Hex 83 29 7E 0 45 4 31 12F 34 22
Octal 203 51 176 0 105 4 61 457 64 42
Binary 10000011 101001 1111110 0 1000101 100 110001 100101111 110100 100010

Color Harmonies of #83297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83297E

Black with #83297E

Text Example


Text Example

White with #83297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83297E; }

 p { color: rgb(131,41,126); }

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

background-color css

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

 a { background-color: rgb(131,41,126); }

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

border-color css

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

 span { border-color: rgb(131,41,126); }

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