Html Css Color HEX #841363 Dark Purple

📋 copy color: '#841363'

red 132 ◦ green 19 ◦ blue 99

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

Shades of Dark Purple #841363

Tints of Dark Purple #841363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 99 (39.06% from 255) = 39.6%

R = 52.8%
G = 7.6%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#841363 (or 0x841363) is known color: Dark Purple. HEX triplet: 84, 13 and 63. RGB value is (132,19,99). Sum of RGB (Red+Green+Blue) = 132+19+99=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #841363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841363 is #7BEC9C. Grayscale: #3D3D3D. Windows color (decimal): -8121501 or 6493060. OLE color: 6493060.

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

Color convert

RGB 132 19 99 -
CMYK 0 0.86 0.25 0.48
HSL 317.52º 0.75% 0.3% -
HSV(B) 317.52º 0.86% 0.52% -
XYZ 12 6.27 12.38 -
YUV 61.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 132 19 99 0 0.86 0.25 0.48 317.52 0.75 0.3
Hex 84 13 63 0 56 19 30 13E 4B 1E
Octal 204 23 143 0 126 31 60 476 113 36
Binary 10000100 10011 1100011 0 1010110 11001 110000 100111110 1001011 11110

Color Harmonies of #841363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841363

Black with #841363

Text Example


Text Example

White with #841363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841363; }

 p { color: rgb(132,19,99); }

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

background-color css

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

 a { background-color: rgb(132,19,99); }

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

border-color css

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

 span { border-color: rgb(132,19,99); }

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