Html Css Color HEX #79285D Palatinate Purple

📋 copy color: '#79285D'

red 121 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #79285D

Tints of Palatinate Purple #79285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 47.64%
G = 15.75%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79285D (or 0x79285D) is known color: Palatinate Purple. HEX triplet: 79, 28 and 5D. RGB value is (121,40,93). Sum of RGB (Red+Green+Blue) = 121+40+93=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #79285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79285D is #86D7A2. Grayscale: #464646. Windows color (decimal): -8837027 or 6105209. OLE color: 6105209.

HSL color Cylindrical-coordinate representation of color #79285D: hue angle of 320.74º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79285D is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 40 93 -
CMYK 0 0.67 0.23 0.53
HSL 320.74º 0.5% 0.32% -
HSV(B) 320.74º 0.67% 0.47% -
XYZ 10.62 6.37 11.03 -
YUV 70.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 121 40 93 0 0.67 0.23 0.53 320.74 0.5 0.32
Hex 79 28 5D 0 43 17 35 141 32 20
Octal 171 50 135 0 103 27 65 501 62 40
Binary 1111001 101000 1011101 0 1000011 10111 110101 101000001 110010 100000

Color Harmonies of #79285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79285D

Black with #79285D

Text Example


Text Example

White with #79285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79285D; }

 p { color: rgb(121,40,93); }

 H1.HeaderClassName
 {
   color: #79285D;
 }
 .AnyTagClassName
 {
   color: #79285D;
 }
</style>

background-color css

<style>
 a { background-color: #79285D; }

 a { background-color: rgb(121,40,93); }

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

border-color css

<style>
 span { border-color: #79285D; }

 span { border-color: rgb(121,40,93); }

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