#790269

Color #790269 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #790269

Tints of Purple #790269

Color information

#790269 (or 0x790269) is unknown color: approx Purple. HEX triplet: 79, 02 and 69. RGB value is (121,2,105). Sum of RGB (Red+Green+Blue) = 121+2+105=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #790269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790269 is #86FD96. Grayscale: #313131. Windows color (decimal): -8846743 or 6881913. OLE color: 6881913.

HSL color Cylindrical-coordinate representation of color #790269: hue angle of 308.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790269 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB1212105-
CMYK00.980.130.53
HSL308.07º96.75%24.12%-
HSV(B)308.07º98.35%47.45%-
XYZ10.465.1313.8-
YUV49.32159.42179.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.07%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=53.07%
G=0.88%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121210500.980.130.53308.0796.7524.12
Hex79269062D351346118
Octal17121510142156546414130
Binary1111001101101001011000101101110101100110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790269; }

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

 H1.HeaderClassName
 {
   color: #790269;
 }
 .AnyTagClassName
 {
   color: #790269;
 }
</style>
background-color css

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

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

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

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

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

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