Html Css Color HEX #841375 Dark Purple

📋 copy color: '#841375'

red 132 ◦ green 19 ◦ blue 117

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

Shades of Dark Purple #841375

Tints of Dark Purple #841375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 49.25%
G = 7.09%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#841375 (or 0x841375) is known color: Dark Purple. HEX triplet: 84, 13 and 75. RGB value is (132,19,117). Sum of RGB (Red+Green+Blue) = 132+19+117=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841375 is #7BEC8A. Grayscale: #3F3F3F. Windows color (decimal): -8121483 or 7672708. OLE color: 7672708.

HSL color Cylindrical-coordinate representation of color #841375: hue angle of 307.96º 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 #841375 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 117 -
CMYK 0 0.86 0.11 0.48
HSL 307.96º 0.75% 0.3% -
HSV(B) 307.96º 0.86% 0.52% -
XYZ 12.96 6.66 17.43 -
YUV 63.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 132 19 117 0 0.86 0.11 0.48 307.96 0.75 0.3
Hex 84 13 75 0 56 B 30 134 4B 1E
Octal 204 23 165 0 126 13 60 464 113 36
Binary 10000100 10011 1110101 0 1010110 1011 110000 100110100 1001011 11110

Color Harmonies of #841375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841375

Black with #841375

Text Example


Text Example

White with #841375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841375; }

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

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

background-color css

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

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

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

border-color css

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

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

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