Html Css Color HEX #73296E Palatinate Purple

📋 copy color: '#73296E'

red 115 ◦ green 41 ◦ blue 110

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

Shades of Palatinate Purple #73296E

Tints of Palatinate Purple #73296E

RGB

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

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

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

R = 43.23%
G = 15.41%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73296E (or 0x73296E) is known color: Palatinate Purple. HEX triplet: 73, 29 and 6E. RGB value is (115,41,110). Sum of RGB (Red+Green+Blue) = 115+41+110=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #73296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73296E is #8CD691. Grayscale: #464646. Windows color (decimal): -9229970 or 7219571. OLE color: 7219571.

HSL color Cylindrical-coordinate representation of color #73296E: hue angle of 304.05º 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 #73296E is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 41 110 -
CMYK 0 0.64 0.04 0.55
HSL 304.05º 0.47% 0.31% -
HSV(B) 304.05º 0.64% 0.45% -
XYZ 10.68 6.36 15.42 -
YUV 70.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 115 41 110 0 0.64 0.04 0.55 304.05 0.47 0.31
Hex 73 29 6E 0 40 4 37 130 2F 1F
Octal 163 51 156 0 100 4 67 460 57 37
Binary 1110011 101001 1101110 0 1000000 100 110111 100110000 101111 11111

Color Harmonies of #73296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73296E

Black with #73296E

Text Example


Text Example

White with #73296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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