Html Css Color HEX #73375F Palatinate Purple

📋 copy color: '#73375F'

red 115 ◦ green 55 ◦ blue 95

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

Shades of Palatinate Purple #73375F

Tints of Palatinate Purple #73375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

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

R = 43.4%
G = 20.75%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73375F (or 0x73375F) is known color: Palatinate Purple. HEX triplet: 73, 37 and 5F. RGB value is (115,55,95). Sum of RGB (Red+Green+Blue) = 115+55+95=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #73375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73375F is #8CC8A0. Grayscale: #4D4D4D. Windows color (decimal): -9226401 or 6240115. OLE color: 6240115.

HSL color Cylindrical-coordinate representation of color #73375F: hue angle of 320º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73375F is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 55 95 -
CMYK 0 0.52 0.17 0.55
HSL 320º 0.35% 0.33% -
HSV(B) 320º 0.52% 0.45% -
XYZ 10.5 7.2 11.66 -
YUV 77.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 115 55 95 0 0.52 0.17 0.55 320 0.35 0.33
Hex 73 37 5F 0 34 11 37 140 23 21
Octal 163 67 137 0 64 21 67 500 43 41
Binary 1110011 110111 1011111 0 110100 10001 110111 101000000 100011 100001

Color Harmonies of #73375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73375F

Black with #73375F

Text Example


Text Example

White with #73375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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