Html Css Color HEX #73236B Palatinate Purple

📋 copy color: '#73236B'

red 115 ◦ green 35 ◦ blue 107

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

Shades of Palatinate Purple #73236B

Tints of Palatinate Purple #73236B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 44.75%
G = 13.62%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73236B (or 0x73236B) is known color: Palatinate Purple. HEX triplet: 73, 23 and 6B. RGB value is (115,35,107). Sum of RGB (Red+Green+Blue) = 115+35+107=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73236B is #8CDC94. Grayscale: #424242. Windows color (decimal): -9231509 or 7021427. OLE color: 7021427.

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

Color convert

RGB 115 35 107 -
CMYK 0 0.70 0.07 0.55
HSL 306º 0.53% 0.29% -
HSV(B) 306º 0.7% 0.45% -
XYZ 10.33 5.91 14.51 -
YUV 67.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 115 35 107 0 0.70 0.07 0.55 306 0.53 0.29
Hex 73 23 6B 0 46 7 37 132 35 1D
Octal 163 43 153 0 106 7 67 462 65 35
Binary 1110011 100011 1101011 0 1000110 111 110111 100110010 110101 11101

Color Harmonies of #73236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73236B

Black with #73236B

Text Example


Text Example

White with #73236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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