Html Css Color HEX #841765 Dark Purple

📋 copy color: '#841765'

red 132 ◦ green 23 ◦ blue 101

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

Shades of Dark Purple #841765

Tints of Dark Purple #841765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 51.56%
G = 8.98%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841765 (or 0x841765) is known color: Dark Purple. HEX triplet: 84, 17 and 65. RGB value is (132,23,101). Sum of RGB (Red+Green+Blue) = 132+23+101=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #841765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841765 is #7BE89A. Grayscale: #404040. Windows color (decimal): -8120475 or 6625156. OLE color: 6625156.

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

Color convert

RGB 132 23 101 -
CMYK 0 0.83 0.23 0.48
HSL 317.06º 0.7% 0.3% -
HSV(B) 317.06º 0.83% 0.52% -
XYZ 12.17 6.46 12.92 -
YUV 64.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 132 23 101 0 0.83 0.23 0.48 317.06 0.7 0.3
Hex 84 17 65 0 53 17 30 13D 46 1E
Octal 204 27 145 0 123 27 60 475 106 36
Binary 10000100 10111 1100101 0 1010011 10111 110000 100111101 1000110 11110

Color Harmonies of #841765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841765

Black with #841765

Text Example


Text Example

White with #841765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841765; }

 p { color: rgb(132,23,101); }

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

background-color css

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

 a { background-color: rgb(132,23,101); }

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

border-color css

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

 span { border-color: rgb(132,23,101); }

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