Html Css Color HEX #821F69 Dark Purple

📋 copy color: '#821F69'

red 130 ◦ green 31 ◦ blue 105

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

Shades of Dark Purple #821F69

Tints of Dark Purple #821F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

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

R = 48.87%
G = 11.65%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#821F69 (or 0x821F69) is known color: Dark Purple. HEX triplet: 82, 1F and 69. RGB value is (130,31,105). Sum of RGB (Red+Green+Blue) = 130+31+105=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #821F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821F69 is #7DE096. Grayscale: #444444. Windows color (decimal): -8249495 or 6889346. OLE color: 6889346.

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

Color convert

RGB 130 31 105 -
CMYK 0 0.76 0.19 0.49
HSL 315.15º 0.61% 0.32% -
HSV(B) 315.15º 0.76% 0.51% -
XYZ 12.25 6.75 14.02 -
YUV 69.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 130 31 105 0 0.76 0.19 0.49 315.15 0.61 0.32
Hex 82 1F 69 0 4C 13 31 13B 3D 20
Octal 202 37 151 0 114 23 61 473 75 40
Binary 10000010 11111 1101001 0 1001100 10011 110001 100111011 111101 100000

Color Harmonies of #821F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821F69

Black with #821F69

Text Example


Text Example

White with #821F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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