Html Css Color HEX #7A0882 Purple

📋 copy color: '#7A0882'

red 122 ◦ green 8 ◦ blue 130

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

Shades of Purple #7A0882

Tints of Purple #7A0882

RGB

 RED value IS 122 (48.05% from 255) = 46.92%

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

 BLUE value IS 130 (51.17% from 255) = 50%

R = 46.92%
G = 3.08%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A0882 (or 0x7A0882) is known color: Purple. HEX triplet: 7A, 08 and 82. RGB value is (122,8,130). Sum of RGB (Red+Green+Blue) = 122+8+130=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0882 is #85F77D. Grayscale: #373737. Windows color (decimal): -8779646 or 8521850. OLE color: 8521850.

HSL color Cylindrical-coordinate representation of color #7A0882: hue angle of 296.07º 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 #7A0882 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 8 130 -
CMYK 0.06 0.94 0 0.49
HSL 296.07º 0.88% 0.27% -
HSV(B) 296.07º 0.94% 0.51% -
XYZ 12.14 5.92 21.62 -
YUV 55.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 122 8 130 0.06 0.94 0 0.49 296.07 0.88 0.27
Hex 7A 8 82 6 5E 0 31 128 58 1B
Octal 172 10 202 6 136 0 61 450 130 33
Binary 1111010 1000 10000010 110 1011110 0 110001 100101000 1011000 11011

Color Harmonies of #7A0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0882

Black with #7A0882

Text Example


Text Example

White with #7A0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A0882; }

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

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

background-color css

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

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

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

border-color css

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

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

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