Html Css Color HEX #83247C Dark Purple

📋 copy color: '#83247C'

red 131 ◦ green 36 ◦ blue 124

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

Shades of Dark Purple #83247C

Tints of Dark Purple #83247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

 BLUE value IS 124 (48.83% from 255) = 42.61%

R = 45.02%
G = 12.37%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83247C (or 0x83247C) is known color: Dark Purple. HEX triplet: 83, 24 and 7C. RGB value is (131,36,124). Sum of RGB (Red+Green+Blue) = 131+36+124=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83247C is #7CDB83. Grayscale: #4A4A4A. Windows color (decimal): -8182660 or 8135811. OLE color: 8135811.

HSL color Cylindrical-coordinate representation of color #83247C: hue angle of 304.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83247C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 124 -
CMYK 0 0.73 0.05 0.49
HSL 304.42º 0.57% 0.33% -
HSV(B) 304.42º 0.73% 0.51% -
XYZ 13.63 7.54 19.81 -
YUV 74.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 131 36 124 0 0.73 0.05 0.49 304.42 0.57 0.33
Hex 83 24 7C 0 49 5 31 130 39 21
Octal 203 44 174 0 111 5 61 460 71 41
Binary 10000011 100100 1111100 0 1001001 101 110001 100110000 111001 100001

Color Harmonies of #83247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83247C

Black with #83247C

Text Example


Text Example

White with #83247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83247C; }

 p { color: rgb(131,36,124); }

 H1.HeaderClassName
 {
   color: #83247C;
 }
 .AnyTagClassName
 {
   color: #83247C;
 }
</style>

background-color css

<style>
 a { background-color: #83247C; }

 a { background-color: rgb(131,36,124); }

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

border-color css

<style>
 span { border-color: #83247C; }

 span { border-color: rgb(131,36,124); }

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