Html Css Color HEX #730D64 Palatinate Purple

📋 copy color: '#730D64'

red 115 ◦ green 13 ◦ blue 100

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

Shades of Palatinate Purple #730D64

Tints of Palatinate Purple #730D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 50.44%
G = 5.7%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#730D64 (or 0x730D64) is known color: Palatinate Purple. HEX triplet: 73, 0D and 64. RGB value is (115,13,100). Sum of RGB (Red+Green+Blue) = 115+13+100=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #730D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D64 is #8CF29B. Grayscale: #353535. Windows color (decimal): -9237148 or 6557043. OLE color: 6557043.

HSL color Cylindrical-coordinate representation of color #730D64: hue angle of 308.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D64 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 100 -
CMYK 0 0.89 0.13 0.55
HSL 308.82º 0.8% 0.25% -
HSV(B) 308.82º 0.89% 0.45% -
XYZ 9.51 4.85 12.49 -
YUV 53.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 115 13 100 0 0.89 0.13 0.55 308.82 0.8 0.25
Hex 73 D 64 0 59 D 37 135 50 19
Octal 163 15 144 0 131 15 67 465 120 31
Binary 1110011 1101 1100100 0 1011001 1101 110111 100110101 1010000 11001

Color Harmonies of #730D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D64

Black with #730D64

Text Example


Text Example

White with #730D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,13,100); }

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

background-color css

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

 a { background-color: rgb(115,13,100); }

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

border-color css

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

 span { border-color: rgb(115,13,100); }

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