Html Css Color HEX #821269 Dark Purple

📋 copy color: '#821269'

red 130 ◦ green 18 ◦ blue 105

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

Shades of Dark Purple #821269

Tints of Dark Purple #821269

RGB

 RED value IS 130 (51.17% from 255) = 51.38%

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

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 51.38%
G = 7.11%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#821269 (or 0x821269) is known color: Dark Purple. HEX triplet: 82, 12 and 69. RGB value is (130,18,105). Sum of RGB (Red+Green+Blue) = 130+18+105=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #821269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821269 is #7DED96. Grayscale: #3D3D3D. Windows color (decimal): -8252823 or 6886018. OLE color: 6886018.

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

Color convert

RGB 130 18 105 -
CMYK 0 0.86 0.19 0.49
HSL 313.39º 0.76% 0.29% -
HSV(B) 313.39º 0.86% 0.51% -
XYZ 11.97 6.2 13.93 -
YUV 61.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 130 18 105 0 0.86 0.19 0.49 313.39 0.76 0.29
Hex 82 12 69 0 56 13 31 139 4C 1D
Octal 202 22 151 0 126 23 61 471 114 35
Binary 10000010 10010 1101001 0 1010110 10011 110001 100111001 1001100 11101

Color Harmonies of #821269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821269

Black with #821269

Text Example


Text Example

White with #821269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821269; }

 p { color: rgb(130,18,105); }

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

background-color css

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

 a { background-color: rgb(130,18,105); }

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

border-color css

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

 span { border-color: rgb(130,18,105); }

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