Html Css Color HEX #841975 Dark Purple

📋 copy color: '#841975'

red 132 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #841975

Tints of Dark Purple #841975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 48.18%
G = 9.12%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#841975 (or 0x841975) is known color: Dark Purple. HEX triplet: 84, 19 and 75. RGB value is (132,25,117). Sum of RGB (Red+Green+Blue) = 132+25+117=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #841975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841975 is #7BE68A. Grayscale: #434343. Windows color (decimal): -8119947 or 7674244. OLE color: 7674244.

HSL color Cylindrical-coordinate representation of color #841975: hue angle of 308.41º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841975 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 25 117 -
CMYK 0 0.81 0.11 0.48
HSL 308.41º 0.68% 0.31% -
HSV(B) 308.41º 0.81% 0.52% -
XYZ 13.07 6.89 17.47 -
YUV 67.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 132 25 117 0 0.81 0.11 0.48 308.41 0.68 0.31
Hex 84 19 75 0 51 B 30 134 44 1F
Octal 204 31 165 0 121 13 60 464 104 37
Binary 10000100 11001 1110101 0 1010001 1011 110000 100110100 1000100 11111

Color Harmonies of #841975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841975

Black with #841975

Text Example


Text Example

White with #841975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841975; }

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

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

background-color css

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

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

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

border-color css

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

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

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