Html Css Color HEX #790081 Purple

📋 copy color: '#790081'

red 121 ◦ green 0 ◦ blue 129

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

Shades of Purple #790081

Tints of Purple #790081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.4%
G = 0%
B = 51.6%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790081 (or 0x790081) is known color: Purple. HEX triplet: 79, 00 and 81. RGB value is (121,0,129). Sum of RGB (Red+Green+Blue) = 121+0+129=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #790081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790081 is #86FF7E. Grayscale: #323232. Windows color (decimal): -8847231 or 8454265. OLE color: 8454265.

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

Color convert

RGB 121 0 129 -
CMYK 0.06 1 0 0.49
HSL 296.28º 1% 0.25% -
HSV(B) 296.28º 1% 0.51% -
XYZ 11.85 5.65 21.23 -
YUV 50.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 121 0 129 0.06 1 0 0.49 296.28 1 0.25
Hex 79 0 81 6 64 0 31 128 64 19
Octal 171 0 201 6 144 0 61 450 144 31
Binary 1111001 0 10000001 110 1100100 0 110001 100101000 1100100 11001

Color Harmonies of #790081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790081

Black with #790081

Text Example


Text Example

White with #790081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790081; }

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

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

background-color css

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

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

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

border-color css

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

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

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