Html Css Color HEX #84217B Dark Purple

📋 copy color: '#84217B'

red 132 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #84217B

Tints of Dark Purple #84217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

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

R = 45.83%
G = 11.46%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84217B (or 0x84217B) is known color: Dark Purple. HEX triplet: 84, 21 and 7B. RGB value is (132,33,123). Sum of RGB (Red+Green+Blue) = 132+33+123=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84217B is #7BDE84. Grayscale: #484848. Windows color (decimal): -8117893 or 8069508. OLE color: 8069508.

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

Color convert

RGB 132 33 123 -
CMYK 0 0.75 0.07 0.48
HSL 305.45º 0.6% 0.32% -
HSV(B) 305.45º 0.75% 0.52% -
XYZ 13.63 7.42 19.45 -
YUV 72.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 132 33 123 0 0.75 0.07 0.48 305.45 0.6 0.32
Hex 84 21 7B 0 4B 7 30 131 3C 20
Octal 204 41 173 0 113 7 60 461 74 40
Binary 10000100 100001 1111011 0 1001011 111 110000 100110001 111100 100000

Color Harmonies of #84217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84217B

Black with #84217B

Text Example


Text Example

White with #84217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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