Html Css Color HEX #790A8B Purple

📋 copy color: '#790A8B'

red 121 ◦ green 10 ◦ blue 139

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

Shades of Purple #790A8B

Tints of Purple #790A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 44.81%
G = 3.7%
B = 51.48%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#790A8B (or 0x790A8B) is known color: Purple. HEX triplet: 79, 0A and 8B. RGB value is (121,10,139). Sum of RGB (Red+Green+Blue) = 121+10+139=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #790A8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790A8B is #86F574. Grayscale: #393939. Windows color (decimal): -8844661 or 9112185. OLE color: 9112185.

HSL color Cylindrical-coordinate representation of color #790A8B: hue angle of 291.63º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790A8B is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 10 139 -
CMYK 0.13 0.93 0 0.45
HSL 291.63º 0.87% 0.29% -
HSV(B) 291.63º 0.93% 0.55% -
XYZ 12.65 6.15 24.95 -
YUV 57.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 121 10 139 0.13 0.93 0 0.45 291.63 0.87 0.29
Hex 79 A 8B D 5D 0 2D 124 57 1D
Octal 171 12 213 15 135 0 55 444 127 35
Binary 1111001 1010 10001011 1101 1011101 0 101101 100100100 1010111 11101

Color Harmonies of #790A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790A8B

Black with #790A8B

Text Example


Text Example

White with #790A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,10,139); }

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

background-color css

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

 a { background-color: rgb(121,10,139); }

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

border-color css

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

 span { border-color: rgb(121,10,139); }

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