Html Css Color HEX #821075 Dark Purple

📋 copy color: '#821075'

red 130 ◦ green 16 ◦ blue 117

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

Shades of Dark Purple #821075

Tints of Dark Purple #821075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 49.43%
G = 6.08%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#821075 (or 0x821075) is known color: Dark Purple. HEX triplet: 82, 10 and 75. RGB value is (130,16,117). Sum of RGB (Red+Green+Blue) = 130+16+117=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #821075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821075 is #7DEF8A. Grayscale: #3D3D3D. Windows color (decimal): -8253323 or 7671938. OLE color: 7671938.

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

Color convert

RGB 130 16 117 -
CMYK 0 0.88 0.1 0.49
HSL 306.84º 0.78% 0.29% -
HSV(B) 306.84º 0.88% 0.51% -
XYZ 12.6 6.4 17.4 -
YUV 61.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 130 16 117 0 0.88 0.1 0.49 306.84 0.78 0.29
Hex 82 10 75 0 58 A 31 133 4E 1D
Octal 202 20 165 0 130 12 61 463 116 35
Binary 10000010 10000 1110101 0 1011000 1010 110001 100110011 1001110 11101

Color Harmonies of #821075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821075

Black with #821075

Text Example


Text Example

White with #821075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821075; }

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

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

background-color css

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

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

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

border-color css

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

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

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