Html Css Color HEX #84137F Dark Purple

📋 copy color: '#84137F'

red 132 ◦ green 19 ◦ blue 127

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

Shades of Dark Purple #84137F

Tints of Dark Purple #84137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 47.48%
G = 6.83%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84137F (or 0x84137F) is known color: Dark Purple. HEX triplet: 84, 13 and 7F. RGB value is (132,19,127). Sum of RGB (Red+Green+Blue) = 132+19+127=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84137F is #7BEC80. Grayscale: #404040. Windows color (decimal): -8121473 or 8328068. OLE color: 8328068.

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

Color convert

RGB 132 19 127 -
CMYK 0 0.86 0.04 0.48
HSL 302.65º 0.75% 0.3% -
HSV(B) 302.65º 0.86% 0.52% -
XYZ 13.58 6.9 20.7 -
YUV 65.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 132 19 127 0 0.86 0.04 0.48 302.65 0.75 0.3
Hex 84 13 7F 0 56 4 30 12F 4B 1E
Octal 204 23 177 0 126 4 60 457 113 36
Binary 10000100 10011 1111111 0 1010110 100 110000 100101111 1001011 11110

Color Harmonies of #84137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84137F

Black with #84137F

Text Example


Text Example

White with #84137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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