Html Css Color HEX #790C5B Palatinate Purple

📋 copy color: '#790C5B'

red 121 ◦ green 12 ◦ blue 91

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

Shades of Palatinate Purple #790C5B

Tints of Palatinate Purple #790C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 54.02%
G = 5.36%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#790C5B (or 0x790C5B) is known color: Palatinate Purple. HEX triplet: 79, 0C and 5B. RGB value is (121,12,91). Sum of RGB (Red+Green+Blue) = 121+12+91=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #790C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C5B is #86F3A4. Grayscale: #353535. Windows color (decimal): -8844197 or 5966969. OLE color: 5966969.

HSL color Cylindrical-coordinate representation of color #790C5B: hue angle of 316.51º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C5B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 91 -
CMYK 0 0.90 0.25 0.53
HSL 316.51º 0.82% 0.26% -
HSV(B) 316.51º 0.9% 0.47% -
XYZ 9.9 5.08 10.36 -
YUV 53.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 121 12 91 0 0.90 0.25 0.53 316.51 0.82 0.26
Hex 79 C 5B 0 5A 19 35 13D 52 1A
Octal 171 14 133 0 132 31 65 475 122 32
Binary 1111001 1100 1011011 0 1011010 11001 110101 100111101 1010010 11010

Color Harmonies of #790C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C5B

Black with #790C5B

Text Example


Text Example

White with #790C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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