Html Css Color HEX #790F5B Palatinate Purple

📋 copy color: '#790F5B'

red 121 ◦ green 15 ◦ blue 91

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

Shades of Palatinate Purple #790F5B

Tints of Palatinate Purple #790F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.61%

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 53.3%
G = 6.61%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#790F5B (or 0x790F5B) is known color: Palatinate Purple. HEX triplet: 79, 0F and 5B. RGB value is (121,15,91). Sum of RGB (Red+Green+Blue) = 121+15+91=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #790F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F5B is #86F0A4. Grayscale: #373737. Windows color (decimal): -8843429 or 5967737. OLE color: 5967737.

HSL color Cylindrical-coordinate representation of color #790F5B: hue angle of 316.98º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F5B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 15 91 -
CMYK 0 0.88 0.25 0.53
HSL 316.98º 0.78% 0.27% -
HSV(B) 316.98º 0.88% 0.47% -
XYZ 9.94 5.16 10.37 -
YUV 55.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 121 15 91 0 0.88 0.25 0.53 316.98 0.78 0.27
Hex 79 F 5B 0 58 19 35 13D 4E 1B
Octal 171 17 133 0 130 31 65 475 116 33
Binary 1111001 1111 1011011 0 1011000 11001 110101 100111101 1001110 11011

Color Harmonies of #790F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F5B

Black with #790F5B

Text Example


Text Example

White with #790F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,15,91); }

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

background-color css

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

 a { background-color: rgb(121,15,91); }

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

border-color css

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

 span { border-color: rgb(121,15,91); }

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