Html Css Color HEX #84327B Dark Purple

📋 copy color: '#84327B'

red 132 ◦ green 50 ◦ blue 123

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

Shades of Dark Purple #84327B

Tints of Dark Purple #84327B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 43.28%
G = 16.39%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84327B (or 0x84327B) is known color: Dark Purple. HEX triplet: 84, 32 and 7B. RGB value is (132,50,123). Sum of RGB (Red+Green+Blue) = 132+50+123=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84327B is #7BCD84. Grayscale: #525252. Windows color (decimal): -8113541 or 8073860. OLE color: 8073860.

HSL color Cylindrical-coordinate representation of color #84327B: hue angle of 306.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84327B is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 50 123 -
CMYK 0 0.62 0.07 0.48
HSL 306.59º 0.45% 0.36% -
HSV(B) 306.59º 0.62% 0.52% -
XYZ 14.23 8.62 19.65 -
YUV 82.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 132 50 123 0 0.62 0.07 0.48 306.59 0.45 0.36
Hex 84 32 7B 0 3E 7 30 133 2D 24
Octal 204 62 173 0 76 7 60 463 55 44
Binary 10000100 110010 1111011 0 111110 111 110000 100110011 101101 100100

Color Harmonies of #84327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84327B

Black with #84327B

Text Example


Text Example

White with #84327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84327B; }

 p { color: rgb(132,50,123); }

 H1.HeaderClassName
 {
   color: #84327B;
 }
 .AnyTagClassName
 {
   color: #84327B;
 }
</style>

background-color css

<style>
 a { background-color: #84327B; }

 a { background-color: rgb(132,50,123); }

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

border-color css

<style>
 span { border-color: #84327B; }

 span { border-color: rgb(132,50,123); }

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