Html Css Color HEX #730C5B Palatinate Purple

📋 copy color: '#730C5B'

red 115 ◦ green 12 ◦ blue 91

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

Shades of Palatinate Purple #730C5B

Tints of Palatinate Purple #730C5B

RGB

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

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

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

R = 52.75%
G = 5.5%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#730C5B (or 0x730C5B) is known color: Palatinate Purple. HEX triplet: 73, 0C and 5B. RGB value is (115,12,91). Sum of RGB (Red+Green+Blue) = 115+12+91=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #730C5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C5B is #8CF3A4. Grayscale: #333333. Windows color (decimal): -9237413 or 5966963. OLE color: 5966963.

HSL color Cylindrical-coordinate representation of color #730C5B: hue angle of 313.98º degrees, saturation: 0.81, 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 #730C5B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 12 91 -
CMYK 0 0.90 0.21 0.55
HSL 313.98º 0.81% 0.25% -
HSV(B) 313.98º 0.9% 0.45% -
XYZ 9.09 4.66 10.32 -
YUV 51.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 115 12 91 0 0.90 0.21 0.55 313.98 0.81 0.25
Hex 73 C 5B 0 5A 15 37 13A 51 19
Octal 163 14 133 0 132 25 67 472 121 31
Binary 1110011 1100 1011011 0 1011010 10101 110111 100111010 1010001 11001

Color Harmonies of #730C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C5B

Black with #730C5B

Text Example


Text Example

White with #730C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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