Html Css Color HEX #790D81 Purple

📋 copy color: '#790D81'

red 121 ◦ green 13 ◦ blue 129

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

Shades of Purple #790D81

Tints of Purple #790D81

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

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

R = 46.01%
G = 4.94%
B = 49.05%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790D81 (or 0x790D81) is known color: Purple. HEX triplet: 79, 0D and 81. RGB value is (121,13,129). Sum of RGB (Red+Green+Blue) = 121+13+129=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #790D81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D81 is #86F27E. Grayscale: #3A3A3A. Windows color (decimal): -8843903 or 8457593. OLE color: 8457593.

HSL color Cylindrical-coordinate representation of color #790D81: hue angle of 295.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790D81 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 13 129 -
CMYK 0.06 0.90 0 0.49
HSL 295.86º 0.82% 0.28% -
HSV(B) 295.86º 0.9% 0.51% -
XYZ 11.99 5.94 21.28 -
YUV 58.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 121 13 129 0.06 0.90 0 0.49 295.86 0.82 0.28
Hex 79 D 81 6 5A 0 31 128 52 1C
Octal 171 15 201 6 132 0 61 450 122 34
Binary 1111001 1101 10000001 110 1011010 0 110001 100101000 1010010 11100

Color Harmonies of #790D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D81

Black with #790D81

Text Example


Text Example

White with #790D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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