Html Css Color HEX #73256F Palatinate Purple

📋 copy color: '#73256F'

red 115 ◦ green 37 ◦ blue 111

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

Shades of Palatinate Purple #73256F

Tints of Palatinate Purple #73256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 43.73%
G = 14.07%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73256F (or 0x73256F) is known color: Palatinate Purple. HEX triplet: 73, 25 and 6F. RGB value is (115,37,111). Sum of RGB (Red+Green+Blue) = 115+37+111=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73256F is #8CDA90. Grayscale: #444444. Windows color (decimal): -9230993 or 7284083. OLE color: 7284083.

HSL color Cylindrical-coordinate representation of color #73256F: hue angle of 303.08º 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 #73256F is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 111 -
CMYK 0 0.68 0.03 0.55
HSL 303.08º 0.51% 0.3% -
HSV(B) 303.08º 0.68% 0.45% -
XYZ 10.6 6.12 15.66 -
YUV 68.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 115 37 111 0 0.68 0.03 0.55 303.08 0.51 0.3
Hex 73 25 6F 0 44 3 37 12F 33 1E
Octal 163 45 157 0 104 3 67 457 63 36
Binary 1110011 100101 1101111 0 1000100 11 110111 100101111 110011 11110

Color Harmonies of #73256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73256F

Black with #73256F

Text Example


Text Example

White with #73256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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