Html Css Color HEX #84237F Dark Purple

📋 copy color: '#84237F'

red 132 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #84237F

Tints of Dark Purple #84237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 44.9%
G = 11.9%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84237F (or 0x84237F) is known color: Dark Purple. HEX triplet: 84, 23 and 7F. RGB value is (132,35,127). Sum of RGB (Red+Green+Blue) = 132+35+127=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84237F is #7BDC80. Grayscale: #4A4A4A. Windows color (decimal): -8117377 or 8332164. OLE color: 8332164.

HSL color Cylindrical-coordinate representation of color #84237F: hue angle of 303.09º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84237F is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 127 -
CMYK 0 0.73 0.04 0.48
HSL 303.09º 0.58% 0.33% -
HSV(B) 303.09º 0.73% 0.52% -
XYZ 13.95 7.64 20.82 -
YUV 74.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 132 35 127 0 0.73 0.04 0.48 303.09 0.58 0.33
Hex 84 23 7F 0 49 4 30 12F 3A 21
Octal 204 43 177 0 111 4 60 457 72 41
Binary 10000100 100011 1111111 0 1001001 100 110000 100101111 111010 100001

Color Harmonies of #84237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84237F

Black with #84237F

Text Example


Text Example

White with #84237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84237F; }

 p { color: rgb(132,35,127); }

 H1.HeaderClassName
 {
   color: #84237F;
 }
 .AnyTagClassName
 {
   color: #84237F;
 }
</style>

background-color css

<style>
 a { background-color: #84237F; }

 a { background-color: rgb(132,35,127); }

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

border-color css

<style>
 span { border-color: #84237F; }

 span { border-color: rgb(132,35,127); }

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