Html Css Color HEX #730761 Palatinate Purple

📋 copy color: '#730761'

red 115 ◦ green 7 ◦ blue 97

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

Shades of Palatinate Purple #730761

Tints of Palatinate Purple #730761

RGB

 RED value IS 115 (45.31% from 255) = 52.51%

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 97 (38.28% from 255) = 44.29%

R = 52.51%
G = 3.2%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#730761 (or 0x730761) is known color: Palatinate Purple. HEX triplet: 73, 07 and 61. RGB value is (115,7,97). Sum of RGB (Red+Green+Blue) = 115+7+97=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730761 is #8CF89E. Grayscale: #313131. Windows color (decimal): -9238687 or 6358899. OLE color: 6358899.

HSL color Cylindrical-coordinate representation of color #730761: hue angle of 310º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730761 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 97 -
CMYK 0 0.94 0.16 0.55
HSL 310º 0.89% 0.24% -
HSV(B) 310º 0.94% 0.45% -
XYZ 9.3 4.66 11.72 -
YUV 49.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 115 7 97 0 0.94 0.16 0.55 310 0.89 0.24
Hex 73 7 61 0 5E 10 37 136 59 18
Octal 163 7 141 0 136 20 67 466 131 30
Binary 1110011 111 1100001 0 1011110 10000 110111 100110110 1011001 11000

Color Harmonies of #730761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730761

Black with #730761

Text Example


Text Example

White with #730761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730761; }

 p { color: rgb(115,7,97); }

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

background-color css

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

 a { background-color: rgb(115,7,97); }

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

border-color css

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

 span { border-color: rgb(115,7,97); }

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