Html Css Color HEX #841265 Dark Purple

📋 copy color: '#841265'

red 132 ◦ green 18 ◦ blue 101

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

Shades of Dark Purple #841265

Tints of Dark Purple #841265

RGB

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

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

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

R = 52.59%
G = 7.17%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#841265 (or 0x841265) is known color: Dark Purple. HEX triplet: 84, 12 and 65. RGB value is (132,18,101). Sum of RGB (Red+Green+Blue) = 132+18+101=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #841265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841265 is #7BED9A. Grayscale: #3D3D3D. Windows color (decimal): -8121755 or 6623876. OLE color: 6623876.

HSL color Cylindrical-coordinate representation of color #841265: hue angle of 316.32º 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 #841265 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 101 -
CMYK 0 0.86 0.23 0.48
HSL 316.32º 0.76% 0.29% -
HSV(B) 316.32º 0.86% 0.52% -
XYZ 12.08 6.28 12.89 -
YUV 61.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 132 18 101 0 0.86 0.23 0.48 316.32 0.76 0.29
Hex 84 12 65 0 56 17 30 13C 4C 1D
Octal 204 22 145 0 126 27 60 474 114 35
Binary 10000100 10010 1100101 0 1010110 10111 110000 100111100 1001100 11101

Color Harmonies of #841265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841265

Black with #841265

Text Example


Text Example

White with #841265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841265; }

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

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

background-color css

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

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

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

border-color css

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

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

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