Html Css Color HEX #73236D Palatinate Purple

📋 copy color: '#73236D'

red 115 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #73236D

Tints of Palatinate Purple #73236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 44.4%
G = 13.51%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73236D (or 0x73236D) is known color: Palatinate Purple. HEX triplet: 73, 23 and 6D. RGB value is (115,35,109). Sum of RGB (Red+Green+Blue) = 115+35+109=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73236D is #8CDC92. Grayscale: #434343. Windows color (decimal): -9231507 or 7152499. OLE color: 7152499.

HSL color Cylindrical-coordinate representation of color #73236D: hue angle of 304.5º 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 #73236D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 109 -
CMYK 0 0.70 0.05 0.55
HSL 304.5º 0.53% 0.29% -
HSV(B) 304.5º 0.7% 0.45% -
XYZ 10.43 5.95 15.07 -
YUV 67.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 115 35 109 0 0.70 0.05 0.55 304.5 0.53 0.29
Hex 73 23 6D 0 46 5 37 130 35 1D
Octal 163 43 155 0 106 5 67 460 65 35
Binary 1110011 100011 1101101 0 1000110 101 110111 100110000 110101 11101

Color Harmonies of #73236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73236D

Black with #73236D

Text Example


Text Example

White with #73236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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