Html Css Color HEX #730D67 Palatinate Purple

📋 copy color: '#730D67'

red 115 ◦ green 13 ◦ blue 103

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

Shades of Palatinate Purple #730D67

Tints of Palatinate Purple #730D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 49.78%
G = 5.63%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#730D67 (or 0x730D67) is known color: Palatinate Purple. HEX triplet: 73, 0D and 67. RGB value is (115,13,103). Sum of RGB (Red+Green+Blue) = 115+13+103=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D67 is #8CF298. Grayscale: #353535. Windows color (decimal): -9237145 or 6753651. OLE color: 6753651.

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

Color convert

RGB 115 13 103 -
CMYK 0 0.89 0.10 0.55
HSL 307.06º 0.8% 0.25% -
HSV(B) 307.06º 0.89% 0.45% -
XYZ 9.66 4.91 13.27 -
YUV 53.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 115 13 103 0 0.89 0.10 0.55 307.06 0.8 0.25
Hex 73 D 67 0 59 A 37 133 50 19
Octal 163 15 147 0 131 12 67 463 120 31
Binary 1110011 1101 1100111 0 1011001 1010 110111 100110011 1010000 11001

Color Harmonies of #730D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D67

Black with #730D67

Text Example


Text Example

White with #730D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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