Html Css Color HEX #841275 Dark Purple

📋 copy color: '#841275'

red 132 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #841275

Tints of Dark Purple #841275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 49.44%
G = 6.74%
B = 43.82%

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

#841275 (or 0x841275) is known color: Dark Purple. HEX triplet: 84, 12 and 75. RGB value is (132,18,117). Sum of RGB (Red+Green+Blue) = 132+18+117=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #841275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841275 is #7BED8A. Grayscale: #3F3F3F. Windows color (decimal): -8121739 or 7672452. OLE color: 7672452.

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

Color convert

RGB 132 18 117 -
CMYK 0 0.86 0.11 0.48
HSL 307.89º 0.76% 0.29% -
HSV(B) 307.89º 0.86% 0.52% -
XYZ 12.94 6.62 17.43 -
YUV 63.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 132 18 117 0 0.86 0.11 0.48 307.89 0.76 0.29
Hex 84 12 75 0 56 B 30 134 4C 1D
Octal 204 22 165 0 126 13 60 464 114 35
Binary 10000100 10010 1110101 0 1010110 1011 110000 100110100 1001100 11101

Color Harmonies of #841275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841275

Black with #841275

Text Example


Text Example

White with #841275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841275; }

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

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

background-color css

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

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

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

border-color css

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

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

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