Html Css Color HEX #73306B Palatinate Purple

📋 copy color: '#73306B'

red 115 ◦ green 48 ◦ blue 107

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

Shades of Palatinate Purple #73306B

Tints of Palatinate Purple #73306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 42.59%
G = 17.78%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73306B (or 0x73306B) is known color: Palatinate Purple. HEX triplet: 73, 30 and 6B. RGB value is (115,48,107). Sum of RGB (Red+Green+Blue) = 115+48+107=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #73306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73306B is #8CCF94. Grayscale: #4A4A4A. Windows color (decimal): -9228181 or 7024755. OLE color: 7024755.

HSL color Cylindrical-coordinate representation of color #73306B: hue angle of 307.16º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73306B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 107 -
CMYK 0 0.58 0.07 0.55
HSL 307.16º 0.41% 0.32% -
HSV(B) 307.16º 0.58% 0.45% -
XYZ 10.78 6.82 14.66 -
YUV 74.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 115 48 107 0 0.58 0.07 0.55 307.16 0.41 0.32
Hex 73 30 6B 0 3A 7 37 133 29 20
Octal 163 60 153 0 72 7 67 463 51 40
Binary 1110011 110000 1101011 0 111010 111 110111 100110011 101001 100000

Color Harmonies of #73306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73306B

Black with #73306B

Text Example


Text Example

White with #73306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73306B; }

 p { color: rgb(115,48,107); }

 H1.HeaderClassName
 {
   color: #73306B;
 }
 .AnyTagClassName
 {
   color: #73306B;
 }
</style>

background-color css

<style>
 a { background-color: #73306B; }

 a { background-color: rgb(115,48,107); }

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

border-color css

<style>
 span { border-color: #73306B; }

 span { border-color: rgb(115,48,107); }

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