Html Css Color HEX #841267 Dark Purple

📋 copy color: '#841267'

red 132 ◦ green 18 ◦ blue 103

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

Shades of Dark Purple #841267

Tints of Dark Purple #841267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 52.17%
G = 7.11%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#841267 (or 0x841267) is known color: Dark Purple. HEX triplet: 84, 12 and 67. RGB value is (132,18,103). Sum of RGB (Red+Green+Blue) = 132+18+103=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841267 is #7BED98. Grayscale: #3D3D3D. Windows color (decimal): -8121753 or 6754948. OLE color: 6754948.

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

Color convert

RGB 132 18 103 -
CMYK 0 0.86 0.22 0.48
HSL 315.26º 0.76% 0.29% -
HSV(B) 315.26º 0.86% 0.52% -
XYZ 12.18 6.32 13.41 -
YUV 61.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 132 18 103 0 0.86 0.22 0.48 315.26 0.76 0.29
Hex 84 12 67 0 56 16 30 13B 4C 1D
Octal 204 22 147 0 126 26 60 473 114 35
Binary 10000100 10010 1100111 0 1010110 10110 110000 100111011 1001100 11101

Color Harmonies of #841267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841267

Black with #841267

Text Example


Text Example

White with #841267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841267; }

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

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

background-color css

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

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

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

border-color css

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

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

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