Html Css Color HEX #820874 Purple

📋 copy color: '#820874'

red 130 ◦ green 8 ◦ blue 116

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

Shades of Purple #820874

Tints of Purple #820874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 51.18%
G = 3.15%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#820874 (or 0x820874) is known color: Purple. HEX triplet: 82, 08 and 74. RGB value is (130,8,116). Sum of RGB (Red+Green+Blue) = 130+8+116=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #820874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820874 is #7DF78B. Grayscale: #383838. Windows color (decimal): -8255372 or 7604354. OLE color: 7604354.

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

Color convert

RGB 130 8 116 -
CMYK 0 0.94 0.11 0.49
HSL 306.89º 0.88% 0.27% -
HSV(B) 306.89º 0.94% 0.51% -
XYZ 12.45 6.18 17.06 -
YUV 56.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 130 8 116 0 0.94 0.11 0.49 306.89 0.88 0.27
Hex 82 8 74 0 5E B 31 133 58 1B
Octal 202 10 164 0 136 13 61 463 130 33
Binary 10000010 1000 1110100 0 1011110 1011 110001 100110011 1011000 11011

Color Harmonies of #820874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820874

Black with #820874

Text Example


Text Example

White with #820874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820874; }

 p { color: rgb(130,8,116); }

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

background-color css

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

 a { background-color: rgb(130,8,116); }

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

border-color css

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

 span { border-color: rgb(130,8,116); }

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