Html Css Color HEX #790281 Purple

📋 copy color: '#790281'

red 121 ◦ green 2 ◦ blue 129

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

Shades of Purple #790281

Tints of Purple #790281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.19%

R = 48.02%
G = 0.79%
B = 51.19%

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

#790281 (or 0x790281) is known color: Purple. HEX triplet: 79, 02 and 81. RGB value is (121,2,129). Sum of RGB (Red+Green+Blue) = 121+2+129=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #790281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790281 is #86FD7E. Grayscale: #333333. Windows color (decimal): -8846719 or 8454777. OLE color: 8454777.

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

Color convert

RGB 121 2 129 -
CMYK 0.06 0.98 0 0.49
HSL 296.22º 0.97% 0.26% -
HSV(B) 296.22º 0.98% 0.51% -
XYZ 11.87 5.69 21.24 -
YUV 52.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 121 2 129 0.06 0.98 0 0.49 296.22 0.97 0.26
Hex 79 2 81 6 62 0 31 128 61 1A
Octal 171 2 201 6 142 0 61 450 141 32
Binary 1111001 10 10000001 110 1100010 0 110001 100101000 1100001 11010

Color Harmonies of #790281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790281

Black with #790281

Text Example


Text Example

White with #790281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790281; }

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

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

background-color css

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

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

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

border-color css

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

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

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