Html Css Color HEX #842467 Dark Purple

📋 copy color: '#842467'

red 132 ◦ green 36 ◦ blue 103

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

Shades of Dark Purple #842467

Tints of Dark Purple #842467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 48.71%
G = 13.28%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#842467 (or 0x842467) is known color: Dark Purple. HEX triplet: 84, 24 and 67. RGB value is (132,36,103). Sum of RGB (Red+Green+Blue) = 132+36+103=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842467 is #7BDB98. Grayscale: #484848. Windows color (decimal): -8117145 or 6759556. OLE color: 6759556.

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

Color convert

RGB 132 36 103 -
CMYK 0 0.73 0.22 0.48
HSL 318.13º 0.57% 0.33% -
HSV(B) 318.13º 0.73% 0.52% -
XYZ 12.59 7.15 13.55 -
YUV 72.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 132 36 103 0 0.73 0.22 0.48 318.13 0.57 0.33
Hex 84 24 67 0 49 16 30 13E 39 21
Octal 204 44 147 0 111 26 60 476 71 41
Binary 10000100 100100 1100111 0 1001001 10110 110000 100111110 111001 100001

Color Harmonies of #842467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842467

Black with #842467

Text Example


Text Example

White with #842467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842467; }

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

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

background-color css

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

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

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

border-color css

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

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

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