Html Css Color HEX #73266B Palatinate Purple

📋 copy color: '#73266B'

red 115 ◦ green 38 ◦ blue 107

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

Shades of Palatinate Purple #73266B

Tints of Palatinate Purple #73266B

RGB

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

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

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

R = 44.23%
G = 14.62%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73266B (or 0x73266B) is known color: Palatinate Purple. HEX triplet: 73, 26 and 6B. RGB value is (115,38,107). Sum of RGB (Red+Green+Blue) = 115+38+107=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73266B is #8CD994. Grayscale: #444444. Windows color (decimal): -9230741 or 7022195. OLE color: 7022195.

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

Color convert

RGB 115 38 107 -
CMYK 0 0.67 0.07 0.55
HSL 306.23º 0.5% 0.3% -
HSV(B) 306.23º 0.67% 0.45% -
XYZ 10.42 6.09 14.54 -
YUV 68.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 115 38 107 0 0.67 0.07 0.55 306.23 0.5 0.3
Hex 73 26 6B 0 43 7 37 132 32 1E
Octal 163 46 153 0 103 7 67 462 62 36
Binary 1110011 100110 1101011 0 1000011 111 110111 100110010 110010 11110

Color Harmonies of #73266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73266B

Black with #73266B

Text Example


Text Example

White with #73266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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