Html Css Color HEX #820784 Purple

📋 copy color: '#820784'

red 130 ◦ green 7 ◦ blue 132

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

Shades of Purple #820784

Tints of Purple #820784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 48.33%
G = 2.6%
B = 49.07%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#820784 (or 0x820784) is known color: Purple. HEX triplet: 82, 07 and 84. RGB value is (130,7,132). Sum of RGB (Red+Green+Blue) = 130+7+132=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #820784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820784 is #7DF87B. Grayscale: #393939. Windows color (decimal): -8255612 or 8652674. OLE color: 8652674.

HSL color Cylindrical-coordinate representation of color #820784: hue angle of 299.04º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820784 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 7 132 -
CMYK 0.02 0.95 0 0.48
HSL 299.04º 0.9% 0.27% -
HSV(B) 299.04º 0.95% 0.52% -
XYZ 13.45 6.56 22.39 -
YUV 58.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 130 7 132 0.02 0.95 0 0.48 299.04 0.9 0.27
Hex 82 7 84 2 5F 0 30 12B 5A 1B
Octal 202 7 204 2 137 0 60 453 132 33
Binary 10000010 111 10000100 10 1011111 0 110000 100101011 1011010 11011

Color Harmonies of #820784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820784

Black with #820784

Text Example


Text Example

White with #820784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820784; }

 p { color: rgb(130,7,132); }

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

background-color css

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

 a { background-color: rgb(130,7,132); }

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

border-color css

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

 span { border-color: rgb(130,7,132); }

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