Html Css Color HEX #822770 Dark Purple

📋 copy color: '#822770'

red 130 ◦ green 39 ◦ blue 112

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

Shades of Dark Purple #822770

Tints of Dark Purple #822770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 46.26%
G = 13.88%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#822770 (or 0x822770) is known color: Dark Purple. HEX triplet: 82, 27 and 70. RGB value is (130,39,112). Sum of RGB (Red+Green+Blue) = 130+39+112=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #822770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822770 is #7DD88F. Grayscale: #4A4A4A. Windows color (decimal): -8247440 or 7350146. OLE color: 7350146.

HSL color Cylindrical-coordinate representation of color #822770: hue angle of 311.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #822770 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 39 112 -
CMYK 0 0.70 0.14 0.49
HSL 311.87º 0.54% 0.33% -
HSV(B) 311.87º 0.7% 0.51% -
XYZ 12.86 7.37 16.07 -
YUV 74.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 130 39 112 0 0.70 0.14 0.49 311.87 0.54 0.33
Hex 82 27 70 0 46 E 31 138 36 21
Octal 202 47 160 0 106 16 61 470 66 41
Binary 10000010 100111 1110000 0 1000110 1110 110001 100111000 110110 100001

Color Harmonies of #822770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822770

Black with #822770

Text Example


Text Example

White with #822770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822770; }

 p { color: rgb(130,39,112); }

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

background-color css

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

 a { background-color: rgb(130,39,112); }

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

border-color css

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

 span { border-color: rgb(130,39,112); }

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