Html Css Color HEX #84367B Dark Purple

📋 copy color: '#84367B'

red 132 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #84367B

Tints of Dark Purple #84367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

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

R = 42.72%
G = 17.48%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84367B (or 0x84367B) is known color: Dark Purple. HEX triplet: 84, 36 and 7B. RGB value is (132,54,123). Sum of RGB (Red+Green+Blue) = 132+54+123=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84367B is #7BC984. Grayscale: #545454. Windows color (decimal): -8112517 or 8074884. OLE color: 8074884.

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

Color convert

RGB 132 54 123 -
CMYK 0 0.59 0.07 0.48
HSL 306.92º 0.42% 0.36% -
HSV(B) 306.92º 0.59% 0.52% -
XYZ 14.41 8.97 19.71 -
YUV 85.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 132 54 123 0 0.59 0.07 0.48 306.92 0.42 0.36
Hex 84 36 7B 0 3B 7 30 133 2A 24
Octal 204 66 173 0 73 7 60 463 52 44
Binary 10000100 110110 1111011 0 111011 111 110000 100110011 101010 100100

Color Harmonies of #84367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84367B

Black with #84367B

Text Example


Text Example

White with #84367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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