Html Css Color HEX #820670 Purple

📋 copy color: '#820670'

red 130 ◦ green 6 ◦ blue 112

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

Shades of Purple #820670

Tints of Purple #820670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 52.42%
G = 2.42%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#820670 (or 0x820670) is known color: Purple. HEX triplet: 82, 06 and 70. RGB value is (130,6,112). Sum of RGB (Red+Green+Blue) = 130+6+112=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #820670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820670 is #7DF98F. Grayscale: #363636. Windows color (decimal): -8255888 or 7341698. OLE color: 7341698.

HSL color Cylindrical-coordinate representation of color #820670: hue angle of 308.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820670 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 112 -
CMYK 0 0.95 0.14 0.49
HSL 308.71º 0.91% 0.27% -
HSV(B) 308.71º 0.95% 0.51% -
XYZ 12.2 6.05 15.85 -
YUV 55.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 130 6 112 0 0.95 0.14 0.49 308.71 0.91 0.27
Hex 82 6 70 0 5F E 31 135 5B 1B
Octal 202 6 160 0 137 16 61 465 133 33
Binary 10000010 110 1110000 0 1011111 1110 110001 100110101 1011011 11011

Color Harmonies of #820670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820670

Black with #820670

Text Example


Text Example

White with #820670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820670; }

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

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

background-color css

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

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

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

border-color css

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

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

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