Html Css Color HEX #73255C Palatinate Purple

📋 copy color: '#73255C'

red 115 ◦ green 37 ◦ blue 92

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

Shades of Palatinate Purple #73255C

Tints of Palatinate Purple #73255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 47.13%
G = 15.16%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73255C (or 0x73255C) is known color: Palatinate Purple. HEX triplet: 73, 25 and 5C. RGB value is (115,37,92). Sum of RGB (Red+Green+Blue) = 115+37+92=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73255C is #8CDAA3. Grayscale: #424242. Windows color (decimal): -9231012 or 6038899. OLE color: 6038899.

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

Color convert

RGB 115 37 92 -
CMYK 0 0.68 0.20 0.55
HSL 317.69º 0.51% 0.3% -
HSV(B) 317.69º 0.68% 0.45% -
XYZ 9.66 5.74 10.72 -
YUV 66.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 115 37 92 0 0.68 0.20 0.55 317.69 0.51 0.3
Hex 73 25 5C 0 44 14 37 13E 33 1E
Octal 163 45 134 0 104 24 67 476 63 36
Binary 1110011 100101 1011100 0 1000100 10100 110111 100111110 110011 11110

Color Harmonies of #73255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73255C

Black with #73255C

Text Example


Text Example

White with #73255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73255C; }

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

 H1.HeaderClassName
 {
   color: #73255C;
 }
 .AnyTagClassName
 {
   color: #73255C;
 }
</style>

background-color css

<style>
 a { background-color: #73255C; }

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

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

border-color css

<style>
 span { border-color: #73255C; }

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

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