Html Css Color HEX #821267 Dark Purple

📋 copy color: '#821267'

red 130 ◦ green 18 ◦ blue 103

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

Shades of Dark Purple #821267

Tints of Dark Purple #821267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 51.79%
G = 7.17%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#821267 (or 0x821267) is known color: Dark Purple. HEX triplet: 82, 12 and 67. RGB value is (130,18,103). Sum of RGB (Red+Green+Blue) = 130+18+103=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #821267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821267 is #7DED98. Grayscale: #3C3C3C. Windows color (decimal): -8252825 or 6754946. OLE color: 6754946.

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

Color convert

RGB 130 18 103 -
CMYK 0 0.86 0.21 0.49
HSL 314.46º 0.76% 0.29% -
HSV(B) 314.46º 0.86% 0.51% -
XYZ 11.87 6.16 13.39 -
YUV 61.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 130 18 103 0 0.86 0.21 0.49 314.46 0.76 0.29
Hex 82 12 67 0 56 15 31 13A 4C 1D
Octal 202 22 147 0 126 25 61 472 114 35
Binary 10000010 10010 1100111 0 1010110 10101 110001 100111010 1001100 11101

Color Harmonies of #821267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821267

Black with #821267

Text Example


Text Example

White with #821267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821267; }

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

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

background-color css

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

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

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

border-color css

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

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

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