Html Css Color HEX #730B60 Palatinate Purple

📋 copy color: '#730B60'

red 115 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #730B60

Tints of Palatinate Purple #730B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

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

R = 51.8%
G = 4.95%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#730B60 (or 0x730B60) is known color: Palatinate Purple. HEX triplet: 73, 0B and 60. RGB value is (115,11,96). Sum of RGB (Red+Green+Blue) = 115+11+96=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B60 is #8CF49F. Grayscale: #333333. Windows color (decimal): -9237664 or 6294387. OLE color: 6294387.

HSL color Cylindrical-coordinate representation of color #730B60: hue angle of 310.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B60 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 96 -
CMYK 0 0.90 0.17 0.55
HSL 310.96º 0.83% 0.25% -
HSV(B) 310.96º 0.9% 0.45% -
XYZ 9.3 4.73 11.49 -
YUV 51.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 115 11 96 0 0.90 0.17 0.55 310.96 0.83 0.25
Hex 73 B 60 0 5A 11 37 137 53 19
Octal 163 13 140 0 132 21 67 467 123 31
Binary 1110011 1011 1100000 0 1011010 10001 110111 100110111 1010011 11001

Color Harmonies of #730B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B60

Black with #730B60

Text Example


Text Example

White with #730B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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