Html Css Color HEX #73286B Palatinate Purple

📋 copy color: '#73286B'

red 115 ◦ green 40 ◦ blue 107

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

Shades of Palatinate Purple #73286B

Tints of Palatinate Purple #73286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

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

R = 43.89%
G = 15.27%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73286B (or 0x73286B) is known color: Palatinate Purple. HEX triplet: 73, 28 and 6B. RGB value is (115,40,107). Sum of RGB (Red+Green+Blue) = 115+40+107=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73286B is #8CD794. Grayscale: #454545. Windows color (decimal): -9230229 or 7022707. OLE color: 7022707.

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

Color convert

RGB 115 40 107 -
CMYK 0 0.65 0.07 0.55
HSL 306.4º 0.48% 0.3% -
HSV(B) 306.4º 0.65% 0.45% -
XYZ 10.48 6.22 14.56 -
YUV 70.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 115 40 107 0 0.65 0.07 0.55 306.4 0.48 0.3
Hex 73 28 6B 0 41 7 37 132 30 1E
Octal 163 50 153 0 101 7 67 462 60 36
Binary 1110011 101000 1101011 0 1000001 111 110111 100110010 110000 11110

Color Harmonies of #73286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73286B

Black with #73286B

Text Example


Text Example

White with #73286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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