Html Css Color HEX #790282 Purple

📋 copy color: '#790282'

red 121 ◦ green 2 ◦ blue 130

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

Shades of Purple #790282

Tints of Purple #790282

RGB

 RED value IS 121 (47.66% from 255) = 47.83%

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

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

R = 47.83%
G = 0.79%
B = 51.38%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790282 (or 0x790282) is known color: Purple. HEX triplet: 79, 02 and 82. RGB value is (121,2,130). Sum of RGB (Red+Green+Blue) = 121+2+130=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #790282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790282 is #86FD7D. Grayscale: #333333. Windows color (decimal): -8846718 or 8520313. OLE color: 8520313.

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

Color convert

RGB 121 2 130 -
CMYK 0.07 0.98 0 0.49
HSL 295.78º 0.97% 0.26% -
HSV(B) 295.78º 0.98% 0.51% -
XYZ 11.94 5.72 21.59 -
YUV 52.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 121 2 130 0.07 0.98 0 0.49 295.78 0.97 0.26
Hex 79 2 82 7 62 0 31 128 61 1A
Octal 171 2 202 7 142 0 61 450 141 32
Binary 1111001 10 10000010 111 1100010 0 110001 100101000 1100001 11010

Color Harmonies of #790282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790282

Black with #790282

Text Example


Text Example

White with #790282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790282; }

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

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

background-color css

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

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

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

border-color css

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

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

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