Html Css Color HEX #84317C Dark Purple

📋 copy color: '#84317C'

red 132 ◦ green 49 ◦ blue 124

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

Shades of Dark Purple #84317C

Tints of Dark Purple #84317C

RGB

 RED value IS 132 (51.95% from 255) = 43.28%

 GREEN value IS 49 (19.53% from 255) = 16.07%

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

R = 43.28%
G = 16.07%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84317C (or 0x84317C) is known color: Dark Purple. HEX triplet: 84, 31 and 7C. RGB value is (132,49,124). Sum of RGB (Red+Green+Blue) = 132+49+124=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84317C is #7BCE83. Grayscale: #525252. Windows color (decimal): -8113796 or 8139140. OLE color: 8139140.

HSL color Cylindrical-coordinate representation of color #84317C: hue angle of 305.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84317C is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 124 -
CMYK 0 0.63 0.06 0.48
HSL 305.78º 0.46% 0.35% -
HSV(B) 305.78º 0.63% 0.52% -
XYZ 14.25 8.56 19.97 -
YUV 82.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 132 49 124 0 0.63 0.06 0.48 305.78 0.46 0.35
Hex 84 31 7C 0 3F 6 30 132 2E 23
Octal 204 61 174 0 77 6 60 462 56 43
Binary 10000100 110001 1111100 0 111111 110 110000 100110010 101110 100011

Color Harmonies of #84317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84317C

Black with #84317C

Text Example


Text Example

White with #84317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,49,124); }

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

background-color css

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

 a { background-color: rgb(132,49,124); }

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

border-color css

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

 span { border-color: rgb(132,49,124); }

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