Html Css Color HEX #73255E Palatinate Purple

📋 copy color: '#73255E'

red 115 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #73255E

Tints of Palatinate Purple #73255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 46.75%
G = 15.04%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73255E (or 0x73255E) is known color: Palatinate Purple. HEX triplet: 73, 25 and 5E. RGB value is (115,37,94). Sum of RGB (Red+Green+Blue) = 115+37+94=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #73255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73255E is #8CDAA1. Grayscale: #424242. Windows color (decimal): -9231010 or 6169971. OLE color: 6169971.

HSL color Cylindrical-coordinate representation of color #73255E: hue angle of 316.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73255E is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 94 -
CMYK 0 0.68 0.18 0.55
HSL 316.15º 0.51% 0.3% -
HSV(B) 316.15º 0.68% 0.45% -
XYZ 9.75 5.78 11.19 -
YUV 66.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 115 37 94 0 0.68 0.18 0.55 316.15 0.51 0.3
Hex 73 25 5E 0 44 12 37 13C 33 1E
Octal 163 45 136 0 104 22 67 474 63 36
Binary 1110011 100101 1011110 0 1000100 10010 110111 100111100 110011 11110

Color Harmonies of #73255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73255E

Black with #73255E

Text Example


Text Example

White with #73255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73255E; }

 p { color: rgb(115,37,94); }

 H1.HeaderClassName
 {
   color: #73255E;
 }
 .AnyTagClassName
 {
   color: #73255E;
 }
</style>

background-color css

<style>
 a { background-color: #73255E; }

 a { background-color: rgb(115,37,94); }

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

border-color css

<style>
 span { border-color: #73255E; }

 span { border-color: rgb(115,37,94); }

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