Html Css Color HEX #83307A Dark Purple

📋 copy color: '#83307A'

red 131 ◦ green 48 ◦ blue 122

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

Shades of Dark Purple #83307A

Tints of Dark Purple #83307A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

 BLUE value IS 122 (48.05% from 255) = 40.53%

R = 43.52%
G = 15.95%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83307A (or 0x83307A) is known color: Dark Purple. HEX triplet: 83, 30 and 7A. RGB value is (131,48,122). Sum of RGB (Red+Green+Blue) = 131+48+122=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #83307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83307A is #7CCF85. Grayscale: #515151. Windows color (decimal): -8179590 or 8007811. OLE color: 8007811.

HSL color Cylindrical-coordinate representation of color #83307A: hue angle of 306.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83307A is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 48 122 -
CMYK 0 0.63 0.07 0.49
HSL 306.51º 0.46% 0.35% -
HSV(B) 306.51º 0.63% 0.51% -
XYZ 13.93 8.34 19.29 -
YUV 81.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 131 48 122 0 0.63 0.07 0.49 306.51 0.46 0.35
Hex 83 30 7A 0 3F 7 31 133 2E 23
Octal 203 60 172 0 77 7 61 463 56 43
Binary 10000011 110000 1111010 0 111111 111 110001 100110011 101110 100011

Color Harmonies of #83307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83307A

Black with #83307A

Text Example


Text Example

White with #83307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83307A; }

 p { color: rgb(131,48,122); }

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

background-color css

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

 a { background-color: rgb(131,48,122); }

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

border-color css

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

 span { border-color: rgb(131,48,122); }

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