Html Css Color HEX #841263 Dark Purple

📋 copy color: '#841263'

red 132 ◦ green 18 ◦ blue 99

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

Shades of Dark Purple #841263

Tints of Dark Purple #841263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 53.01%
G = 7.23%
B = 39.76%

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

#841263 (or 0x841263) is known color: Dark Purple. HEX triplet: 84, 12 and 63. RGB value is (132,18,99). Sum of RGB (Red+Green+Blue) = 132+18+99=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841263 is #7BED9C. Grayscale: #3D3D3D. Windows color (decimal): -8121757 or 6492804. OLE color: 6492804.

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

Color convert

RGB 132 18 99 -
CMYK 0 0.86 0.25 0.48
HSL 317.37º 0.76% 0.29% -
HSV(B) 317.37º 0.86% 0.52% -
XYZ 11.98 6.24 12.38 -
YUV 61.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 132 18 99 0 0.86 0.25 0.48 317.37 0.76 0.29
Hex 84 12 63 0 56 19 30 13D 4C 1D
Octal 204 22 143 0 126 31 60 475 114 35
Binary 10000100 10010 1100011 0 1010110 11001 110000 100111101 1001100 11101

Color Harmonies of #841263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841263

Black with #841263

Text Example


Text Example

White with #841263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841263; }

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

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

background-color css

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

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

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

border-color css

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

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

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