Html Css Color HEX #821068 Dark Purple

📋 copy color: '#821068'

red 130 ◦ green 16 ◦ blue 104

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

Shades of Dark Purple #821068

Tints of Dark Purple #821068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 52%
G = 6.4%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#821068 (or 0x821068) is known color: Dark Purple. HEX triplet: 82, 10 and 68. RGB value is (130,16,104). Sum of RGB (Red+Green+Blue) = 130+16+104=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821068 is #7DEF97. Grayscale: #3B3B3B. Windows color (decimal): -8253336 or 6819970. OLE color: 6819970.

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

Color convert

RGB 130 16 104 -
CMYK 0 0.88 0.2 0.49
HSL 313.68º 0.78% 0.29% -
HSV(B) 313.68º 0.88% 0.51% -
XYZ 11.89 6.12 13.65 -
YUV 60.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 130 16 104 0 0.88 0.2 0.49 313.68 0.78 0.29
Hex 82 10 68 0 58 14 31 13A 4E 1D
Octal 202 20 150 0 130 24 61 472 116 35
Binary 10000010 10000 1101000 0 1011000 10100 110001 100111010 1001110 11101

Color Harmonies of #821068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821068

Black with #821068

Text Example


Text Example

White with #821068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821068; }

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

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

background-color css

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

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

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

border-color css

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

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

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