Html Css Color HEX #730760 Palatinate Purple

📋 copy color: '#730760'

red 115 ◦ green 7 ◦ blue 96

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

Shades of Palatinate Purple #730760

Tints of Palatinate Purple #730760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 52.75%
G = 3.21%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#730760 (or 0x730760) is known color: Palatinate Purple. HEX triplet: 73, 07 and 60. RGB value is (115,7,96). Sum of RGB (Red+Green+Blue) = 115+7+96=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #730760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730760 is #8CF89F. Grayscale: #313131. Windows color (decimal): -9238688 or 6293363. OLE color: 6293363.

HSL color Cylindrical-coordinate representation of color #730760: hue angle of 310.56º 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 #730760 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 96 -
CMYK 0 0.94 0.17 0.55
HSL 310.56º 0.89% 0.24% -
HSV(B) 310.56º 0.94% 0.45% -
XYZ 9.26 4.64 11.47 -
YUV 49.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 115 7 96 0 0.94 0.17 0.55 310.56 0.89 0.24
Hex 73 7 60 0 5E 11 37 137 59 18
Octal 163 7 140 0 136 21 67 467 131 30
Binary 1110011 111 1100000 0 1011110 10001 110111 100110111 1011001 11000

Color Harmonies of #730760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730760

Black with #730760

Text Example


Text Example

White with #730760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730760; }

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

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

background-color css

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

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

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

border-color css

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

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

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