Html Css Color HEX #73296B Palatinate Purple

📋 copy color: '#73296B'

red 115 ◦ green 41 ◦ blue 107

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

Shades of Palatinate Purple #73296B

Tints of Palatinate Purple #73296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 43.73%
G = 15.59%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73296B (or 0x73296B) is known color: Palatinate Purple. HEX triplet: 73, 29 and 6B. RGB value is (115,41,107). Sum of RGB (Red+Green+Blue) = 115+41+107=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73296B is #8CD694. Grayscale: #464646. Windows color (decimal): -9229973 or 7022963. OLE color: 7022963.

HSL color Cylindrical-coordinate representation of color #73296B: hue angle of 306.49º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73296B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 41 107 -
CMYK 0 0.64 0.07 0.55
HSL 306.49º 0.47% 0.31% -
HSV(B) 306.49º 0.64% 0.45% -
XYZ 10.52 6.29 14.57 -
YUV 70.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 115 41 107 0 0.64 0.07 0.55 306.49 0.47 0.31
Hex 73 29 6B 0 40 7 37 132 2F 1F
Octal 163 51 153 0 100 7 67 462 57 37
Binary 1110011 101001 1101011 0 1000000 111 110111 100110010 101111 11111

Color Harmonies of #73296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73296B

Black with #73296B

Text Example


Text Example

White with #73296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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