Html Css Color HEX #730C5E Palatinate Purple

📋 copy color: '#730C5E'

red 115 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #730C5E

Tints of Palatinate Purple #730C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 52.04%
G = 5.43%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#730C5E (or 0x730C5E) is known color: Palatinate Purple. HEX triplet: 73, 0C and 5E. RGB value is (115,12,94). Sum of RGB (Red+Green+Blue) = 115+12+94=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #730C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730C5E is #8CF3A1. Grayscale: #333333. Windows color (decimal): -9237410 or 6163571. OLE color: 6163571.

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

Color convert

RGB 115 12 94 -
CMYK 0 0.90 0.18 0.55
HSL 312.23º 0.81% 0.25% -
HSV(B) 312.23º 0.9% 0.45% -
XYZ 9.22 4.72 11.01 -
YUV 52.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 115 12 94 0 0.90 0.18 0.55 312.23 0.81 0.25
Hex 73 C 5E 0 5A 12 37 138 51 19
Octal 163 14 136 0 132 22 67 470 121 31
Binary 1110011 1100 1011110 0 1011010 10010 110111 100111000 1010001 11001

Color Harmonies of #730C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730C5E

Black with #730C5E

Text Example


Text Example

White with #730C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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