Html Css Color HEX #841C65 Dark Purple

📋 copy color: '#841C65'

red 132 ◦ green 28 ◦ blue 101

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

Shades of Dark Purple #841C65

Tints of Dark Purple #841C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.73%

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

R = 50.57%
G = 10.73%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841C65 (or 0x841C65) is known color: Dark Purple. HEX triplet: 84, 1C and 65. RGB value is (132,28,101). Sum of RGB (Red+Green+Blue) = 132+28+101=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841C65 is #7BE39A. Grayscale: #434343. Windows color (decimal): -8119195 or 6626436. OLE color: 6626436.

HSL color Cylindrical-coordinate representation of color #841C65: hue angle of 317.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841C65 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 28 101 -
CMYK 0 0.79 0.23 0.48
HSL 317.88º 0.65% 0.31% -
HSV(B) 317.88º 0.79% 0.52% -
XYZ 12.28 6.68 12.95 -
YUV 67.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 132 28 101 0 0.79 0.23 0.48 317.88 0.65 0.31
Hex 84 1C 65 0 4F 17 30 13E 41 1F
Octal 204 34 145 0 117 27 60 476 101 37
Binary 10000100 11100 1100101 0 1001111 10111 110000 100111110 1000001 11111

Color Harmonies of #841C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C65

Black with #841C65

Text Example


Text Example

White with #841C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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