Html Css Color HEX #820C74 Purple

📋 copy color: '#820C74'

red 130 ◦ green 12 ◦ blue 116

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

Shades of Purple #820C74

Tints of Purple #820C74

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

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

R = 50.39%
G = 4.65%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#820C74 (or 0x820C74) is known color: Purple. HEX triplet: 82, 0C and 74. RGB value is (130,12,116). Sum of RGB (Red+Green+Blue) = 130+12+116=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #820C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C74 is #7DF38B. Grayscale: #3A3A3A. Windows color (decimal): -8254348 or 7605378. OLE color: 7605378.

HSL color Cylindrical-coordinate representation of color #820C74: hue angle of 307.12º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C74 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 12 116 -
CMYK 0 0.91 0.11 0.49
HSL 307.12º 0.83% 0.28% -
HSV(B) 307.12º 0.91% 0.51% -
XYZ 12.49 6.27 17.07 -
YUV 59.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 130 12 116 0 0.91 0.11 0.49 307.12 0.83 0.28
Hex 82 C 74 0 5B B 31 133 53 1C
Octal 202 14 164 0 133 13 61 463 123 34
Binary 10000010 1100 1110100 0 1011011 1011 110001 100110011 1010011 11100

Color Harmonies of #820C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C74

Black with #820C74

Text Example


Text Example

White with #820C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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