Html Css Color HEX #73266D Palatinate Purple

📋 copy color: '#73266D'

red 115 ◦ green 38 ◦ blue 109

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

Shades of Palatinate Purple #73266D

Tints of Palatinate Purple #73266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 43.89%
G = 14.5%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73266D (or 0x73266D) is known color: Palatinate Purple. HEX triplet: 73, 26 and 6D. RGB value is (115,38,109). Sum of RGB (Red+Green+Blue) = 115+38+109=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73266D is #8CD992. Grayscale: #444444. Windows color (decimal): -9230739 or 7153267. OLE color: 7153267.

HSL color Cylindrical-coordinate representation of color #73266D: hue angle of 304.68º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73266D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 38 109 -
CMYK 0 0.67 0.05 0.55
HSL 304.68º 0.5% 0.3% -
HSV(B) 304.68º 0.67% 0.45% -
XYZ 10.52 6.14 15.1 -
YUV 69.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 115 38 109 0 0.67 0.05 0.55 304.68 0.5 0.3
Hex 73 26 6D 0 43 5 37 131 32 1E
Octal 163 46 155 0 103 5 67 461 62 36
Binary 1110011 100110 1101101 0 1000011 101 110111 100110001 110010 11110

Color Harmonies of #73266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73266D

Black with #73266D

Text Example


Text Example

White with #73266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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