Html Css Color HEX #73275F Palatinate Purple

📋 copy color: '#73275F'

red 115 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #73275F

Tints of Palatinate Purple #73275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 46.18%
G = 15.66%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73275F (or 0x73275F) is known color: Palatinate Purple. HEX triplet: 73, 27 and 5F. RGB value is (115,39,95). Sum of RGB (Red+Green+Blue) = 115+39+95=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73275F is #8CD8A0. Grayscale: #434343. Windows color (decimal): -9230497 or 6236019. OLE color: 6236019.

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

Color convert

RGB 115 39 95 -
CMYK 0 0.66 0.17 0.55
HSL 315.79º 0.49% 0.3% -
HSV(B) 315.79º 0.66% 0.45% -
XYZ 9.86 5.92 11.45 -
YUV 68.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 115 39 95 0 0.66 0.17 0.55 315.79 0.49 0.3
Hex 73 27 5F 0 42 11 37 13C 31 1E
Octal 163 47 137 0 102 21 67 474 61 36
Binary 1110011 100111 1011111 0 1000010 10001 110111 100111100 110001 11110

Color Harmonies of #73275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73275F

Black with #73275F

Text Example


Text Example

White with #73275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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