Html Css Color HEX #7A0282 Purple

📋 copy color: '#7A0282'

red 122 ◦ green 2 ◦ blue 130

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

Shades of Purple #7A0282

Tints of Purple #7A0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 48.03%
G = 0.79%
B = 51.18%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7A0282 (or 0x7A0282) is known color: Purple. HEX triplet: 7A, 02 and 82. RGB value is (122,2,130). Sum of RGB (Red+Green+Blue) = 122+2+130=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0282 is #85FD7D. Grayscale: #343434. Windows color (decimal): -8781182 or 8520314. OLE color: 8520314.

HSL color Cylindrical-coordinate representation of color #7A0282: hue angle of 296.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0282 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 2 130 -
CMYK 0.06 0.98 0 0.49
HSL 296.25º 0.97% 0.26% -
HSV(B) 296.25º 0.98% 0.51% -
XYZ 12.08 5.79 21.6 -
YUV 52.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 122 2 130 0.06 0.98 0 0.49 296.25 0.97 0.26
Hex 7A 2 82 6 62 0 31 128 61 1A
Octal 172 2 202 6 142 0 61 450 141 32
Binary 1111010 10 10000010 110 1100010 0 110001 100101000 1100001 11010

Color Harmonies of #7A0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0282

Black with #7A0282

Text Example


Text Example

White with #7A0282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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