Html Css Color HEX #790B6C Purple

📋 copy color: '#790B6C'

red 121 ◦ green 11 ◦ blue 108

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

Shades of Purple #790B6C

Tints of Purple #790B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 50.42%
G = 4.58%
B = 45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#790B6C (or 0x790B6C) is known color: Purple. HEX triplet: 79, 0B and 6C. RGB value is (121,11,108). Sum of RGB (Red+Green+Blue) = 121+11+108=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B6C is #86F493. Grayscale: #363636. Windows color (decimal): -8844436 or 7080825. OLE color: 7080825.

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

Color convert

RGB 121 11 108 -
CMYK 0 0.91 0.11 0.53
HSL 307.09º 0.83% 0.26% -
HSV(B) 307.09º 0.91% 0.47% -
XYZ 10.71 5.39 14.66 -
YUV 54.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 121 11 108 0 0.91 0.11 0.53 307.09 0.83 0.26
Hex 79 B 6C 0 5B B 35 133 53 1A
Octal 171 13 154 0 133 13 65 463 123 32
Binary 1111001 1011 1101100 0 1011011 1011 110101 100110011 1010011 11010

Color Harmonies of #790B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B6C

Black with #790B6C

Text Example


Text Example

White with #790B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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