Html Css Color HEX #821275 Dark Purple

📋 copy color: '#821275'

red 130 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #821275

Tints of Dark Purple #821275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 49.06%
G = 6.79%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#821275 (or 0x821275) is known color: Dark Purple. HEX triplet: 82, 12 and 75. RGB value is (130,18,117). Sum of RGB (Red+Green+Blue) = 130+18+117=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #821275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821275 is #7DED8A. Grayscale: #3E3E3E. Windows color (decimal): -8252811 or 7672450. OLE color: 7672450.

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

Color convert

RGB 130 18 117 -
CMYK 0 0.86 0.1 0.49
HSL 306.96º 0.76% 0.29% -
HSV(B) 306.96º 0.86% 0.51% -
XYZ 12.63 6.46 17.41 -
YUV 62.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 130 18 117 0 0.86 0.1 0.49 306.96 0.76 0.29
Hex 82 12 75 0 56 A 31 133 4C 1D
Octal 202 22 165 0 126 12 61 463 114 35
Binary 10000010 10010 1110101 0 1010110 1010 110001 100110011 1001100 11101

Color Harmonies of #821275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821275

Black with #821275

Text Example


Text Example

White with #821275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821275; }

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

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

background-color css

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

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

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

border-color css

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

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

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