Html Css Color HEX #790288 Purple

📋 copy color: '#790288'

red 121 ◦ green 2 ◦ blue 136

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

Shades of Purple #790288

Tints of Purple #790288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 46.72%
G = 0.77%
B = 52.51%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#790288 (or 0x790288) is known color: Purple. HEX triplet: 79, 02 and 88. RGB value is (121,2,136). Sum of RGB (Red+Green+Blue) = 121+2+136=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #790288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790288 is #86FD77. Grayscale: #343434. Windows color (decimal): -8846712 or 8913529. OLE color: 8913529.

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

Color convert

RGB 121 2 136 -
CMYK 0.11 0.99 0 0.47
HSL 293.28º 0.97% 0.27% -
HSV(B) 293.28º 0.99% 0.53% -
XYZ 12.35 5.89 23.78 -
YUV 52.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 121 2 136 0.11 0.99 0 0.47 293.28 0.97 0.27
Hex 79 2 88 B 63 0 2F 125 61 1B
Octal 171 2 210 13 143 0 57 445 141 33
Binary 1111001 10 10001000 1011 1100011 0 101111 100100101 1100001 11011

Color Harmonies of #790288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790288

Black with #790288

Text Example


Text Example

White with #790288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790288; }

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

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

background-color css

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

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

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

border-color css

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

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

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