Html Css Color HEX #73305F Palatinate Purple

📋 copy color: '#73305F'

red 115 ◦ green 48 ◦ blue 95

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

Shades of Palatinate Purple #73305F

Tints of Palatinate Purple #73305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 44.57%
G = 18.6%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73305F (or 0x73305F) is known color: Palatinate Purple. HEX triplet: 73, 30 and 5F. RGB value is (115,48,95). Sum of RGB (Red+Green+Blue) = 115+48+95=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73305F is #8CCFA0. Grayscale: #494949. Windows color (decimal): -9228193 or 6238323. OLE color: 6238323.

HSL color Cylindrical-coordinate representation of color #73305F: hue angle of 317.91º 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 #73305F is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 95 -
CMYK 0 0.58 0.17 0.55
HSL 317.91º 0.41% 0.32% -
HSV(B) 317.91º 0.58% 0.45% -
XYZ 10.19 6.58 11.56 -
YUV 73.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 115 48 95 0 0.58 0.17 0.55 317.91 0.41 0.32
Hex 73 30 5F 0 3A 11 37 13E 29 20
Octal 163 60 137 0 72 21 67 476 51 40
Binary 1110011 110000 1011111 0 111010 10001 110111 100111110 101001 100000

Color Harmonies of #73305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73305F

Black with #73305F

Text Example


Text Example

White with #73305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73305F; }

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

 H1.HeaderClassName
 {
   color: #73305F;
 }
 .AnyTagClassName
 {
   color: #73305F;
 }
</style>

background-color css

<style>
 a { background-color: #73305F; }

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

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

border-color css

<style>
 span { border-color: #73305F; }

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

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