Html Css Color HEX #73256A Palatinate Purple

📋 copy color: '#73256A'

red 115 ◦ green 37 ◦ blue 106

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

Shades of Palatinate Purple #73256A

Tints of Palatinate Purple #73256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 44.57%
G = 14.34%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73256A (or 0x73256A) is known color: Palatinate Purple. HEX triplet: 73, 25 and 6A. RGB value is (115,37,106). Sum of RGB (Red+Green+Blue) = 115+37+106=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256A is #8CDA95. Grayscale: #434343. Windows color (decimal): -9230998 or 6956403. OLE color: 6956403.

HSL color Cylindrical-coordinate representation of color #73256A: hue angle of 306.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73256A is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 106 -
CMYK 0 0.68 0.08 0.55
HSL 306.92º 0.51% 0.3% -
HSV(B) 306.92º 0.68% 0.45% -
XYZ 10.33 6.01 14.25 -
YUV 68.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 115 37 106 0 0.68 0.08 0.55 306.92 0.51 0.3
Hex 73 25 6A 0 44 8 37 133 33 1E
Octal 163 45 152 0 104 10 67 463 63 36
Binary 1110011 100101 1101010 0 1000100 1000 110111 100110011 110011 11110

Color Harmonies of #73256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73256A

Black with #73256A

Text Example


Text Example

White with #73256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73256A; }

 p { color: rgb(115,37,106); }

 H1.HeaderClassName
 {
   color: #73256A;
 }
 .AnyTagClassName
 {
   color: #73256A;
 }
</style>

background-color css

<style>
 a { background-color: #73256A; }

 a { background-color: rgb(115,37,106); }

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

border-color css

<style>
 span { border-color: #73256A; }

 span { border-color: rgb(115,37,106); }

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