Html Css Color HEX #821B6C Dark Purple

📋 copy color: '#821B6C'

red 130 ◦ green 27 ◦ blue 108

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

Shades of Dark Purple #821B6C

Tints of Dark Purple #821B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 49.06%
G = 10.19%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#821B6C (or 0x821B6C) is known color: Dark Purple. HEX triplet: 82, 1B and 6C. RGB value is (130,27,108). Sum of RGB (Red+Green+Blue) = 130+27+108=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #821B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821B6C is #7DE493. Grayscale: #424242. Windows color (decimal): -8250516 or 7084930. OLE color: 7084930.

HSL color Cylindrical-coordinate representation of color #821B6C: hue angle of 312.82º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B6C is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 27 108 -
CMYK 0 0.79 0.17 0.49
HSL 312.82º 0.66% 0.31% -
HSV(B) 312.82º 0.79% 0.51% -
XYZ 12.3 6.61 14.82 -
YUV 67.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 130 27 108 0 0.79 0.17 0.49 312.82 0.66 0.31
Hex 82 1B 6C 0 4F 11 31 139 42 1F
Octal 202 33 154 0 117 21 61 471 102 37
Binary 10000010 11011 1101100 0 1001111 10001 110001 100111001 1000010 11111

Color Harmonies of #821B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B6C

Black with #821B6C

Text Example


Text Example

White with #821B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,108); }

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

background-color css

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

 a { background-color: rgb(130,27,108); }

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

border-color css

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

 span { border-color: rgb(130,27,108); }

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