Html Css Color HEX #73236E Palatinate Purple

📋 copy color: '#73236E'

red 115 ◦ green 35 ◦ blue 110

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

Shades of Palatinate Purple #73236E

Tints of Palatinate Purple #73236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 44.23%
G = 13.46%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73236E (or 0x73236E) is known color: Palatinate Purple. HEX triplet: 73, 23 and 6E. RGB value is (115,35,110). Sum of RGB (Red+Green+Blue) = 115+35+110=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73236E is #8CDC91. Grayscale: #434343. Windows color (decimal): -9231506 or 7218035. OLE color: 7218035.

HSL color Cylindrical-coordinate representation of color #73236E: hue angle of 303.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73236E is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 110 -
CMYK 0 0.70 0.04 0.55
HSL 303.75º 0.53% 0.29% -
HSV(B) 303.75º 0.7% 0.45% -
XYZ 10.49 5.97 15.35 -
YUV 67.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 115 35 110 0 0.70 0.04 0.55 303.75 0.53 0.29
Hex 73 23 6E 0 46 4 37 130 35 1D
Octal 163 43 156 0 106 4 67 460 65 35
Binary 1110011 100011 1101110 0 1000110 100 110111 100110000 110101 11101

Color Harmonies of #73236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73236E

Black with #73236E

Text Example


Text Example

White with #73236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,35,110); }

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

background-color css

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

 a { background-color: rgb(115,35,110); }

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

border-color css

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

 span { border-color: rgb(115,35,110); }

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