Html Css Color HEX #84257F Dark Purple

📋 copy color: '#84257F'

red 132 ◦ green 37 ◦ blue 127

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

Shades of Dark Purple #84257F

Tints of Dark Purple #84257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 44.59%
G = 12.5%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84257F (or 0x84257F) is known color: Dark Purple. HEX triplet: 84, 25 and 7F. RGB value is (132,37,127). Sum of RGB (Red+Green+Blue) = 132+37+127=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84257F is #7BDA80. Grayscale: #4B4B4B. Windows color (decimal): -8116865 or 8332676. OLE color: 8332676.

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

Color convert

RGB 132 37 127 -
CMYK 0 0.72 0.04 0.48
HSL 303.16º 0.56% 0.33% -
HSV(B) 303.16º 0.72% 0.52% -
XYZ 14.01 7.76 20.84 -
YUV 75.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 132 37 127 0 0.72 0.04 0.48 303.16 0.56 0.33
Hex 84 25 7F 0 48 4 30 12F 38 21
Octal 204 45 177 0 110 4 60 457 70 41
Binary 10000100 100101 1111111 0 1001000 100 110000 100101111 111000 100001

Color Harmonies of #84257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84257F

Black with #84257F

Text Example


Text Example

White with #84257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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