Html Css Color HEX #841467 Dark Purple

📋 copy color: '#841467'

red 132 ◦ green 20 ◦ blue 103

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

Shades of Dark Purple #841467

Tints of Dark Purple #841467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 51.76%
G = 7.84%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#841467 (or 0x841467) is known color: Dark Purple. HEX triplet: 84, 14 and 67. RGB value is (132,20,103). Sum of RGB (Red+Green+Blue) = 132+20+103=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841467 is #7BEB98. Grayscale: #3E3E3E. Windows color (decimal): -8121241 or 6755460. OLE color: 6755460.

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

Color convert

RGB 132 20 103 -
CMYK 0 0.85 0.22 0.48
HSL 315.54º 0.74% 0.3% -
HSV(B) 315.54º 0.85% 0.52% -
XYZ 12.21 6.39 13.42 -
YUV 62.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 132 20 103 0 0.85 0.22 0.48 315.54 0.74 0.3
Hex 84 14 67 0 55 16 30 13C 4A 1E
Octal 204 24 147 0 125 26 60 474 112 36
Binary 10000100 10100 1100111 0 1010101 10110 110000 100111100 1001010 11110

Color Harmonies of #841467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841467

Black with #841467

Text Example


Text Example

White with #841467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841467; }

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

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

background-color css

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

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

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

border-color css

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

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

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