Html Css Color HEX #841067 Dark Purple

📋 copy color: '#841067'

red 132 ◦ green 16 ◦ blue 103

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

Shades of Dark Purple #841067

Tints of Dark Purple #841067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

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

R = 52.59%
G = 6.37%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#841067 (or 0x841067) is known color: Dark Purple. HEX triplet: 84, 10 and 67. RGB value is (132,16,103). Sum of RGB (Red+Green+Blue) = 132+16+103=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #841067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841067 is #7BEF98. Grayscale: #3C3C3C. Windows color (decimal): -8122265 or 6754436. OLE color: 6754436.

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

Color convert

RGB 132 16 103 -
CMYK 0 0.88 0.22 0.48
HSL 315º 0.78% 0.29% -
HSV(B) 315º 0.88% 0.52% -
XYZ 12.15 6.26 13.4 -
YUV 60.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 132 16 103 0 0.88 0.22 0.48 315 0.78 0.29
Hex 84 10 67 0 58 16 30 13B 4E 1D
Octal 204 20 147 0 130 26 60 473 116 35
Binary 10000100 10000 1100111 0 1011000 10110 110000 100111011 1001110 11101

Color Harmonies of #841067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841067

Black with #841067

Text Example


Text Example

White with #841067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841067; }

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

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

background-color css

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

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

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

border-color css

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

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

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