Html Css Color HEX #790B7A Purple

📋 copy color: '#790B7A'

red 121 ◦ green 11 ◦ blue 122

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

Shades of Purple #790B7A

Tints of Purple #790B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 47.64%
G = 4.33%
B = 48.03%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#790B7A (or 0x790B7A) is known color: Purple. HEX triplet: 79, 0B and 7A. RGB value is (121,11,122). Sum of RGB (Red+Green+Blue) = 121+11+122=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #790B7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B7A is #86F485. Grayscale: #383838. Windows color (decimal): -8844422 or 7998329. OLE color: 7998329.

HSL color Cylindrical-coordinate representation of color #790B7A: hue angle of 299.46º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B7A is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 11 122 -
CMYK 0.01 0.91 0 0.52
HSL 299.46º 0.83% 0.26% -
HSV(B) 299.46º 0.91% 0.48% -
XYZ 11.52 5.71 18.91 -
YUV 56.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 121 11 122 0.01 0.91 0 0.52 299.46 0.83 0.26
Hex 79 B 7A 1 5B 0 34 12B 53 1A
Octal 171 13 172 1 133 0 64 453 123 32
Binary 1111001 1011 1111010 1 1011011 0 110100 100101011 1010011 11010

Color Harmonies of #790B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B7A

Black with #790B7A

Text Example


Text Example

White with #790B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,11,122); }

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

background-color css

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

 a { background-color: rgb(121,11,122); }

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

border-color css

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

 span { border-color: rgb(121,11,122); }

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