Html Css Color HEX #73135C Palatinate Purple

📋 copy color: '#73135C'

red 115 ◦ green 19 ◦ blue 92

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

Shades of Palatinate Purple #73135C

Tints of Palatinate Purple #73135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 50.88%
G = 8.41%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73135C (or 0x73135C) is known color: Palatinate Purple. HEX triplet: 73, 13 and 5C. RGB value is (115,19,92). Sum of RGB (Red+Green+Blue) = 115+19+92=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73135C is #8CECA3. Grayscale: #373737. Windows color (decimal): -9235620 or 6034291. OLE color: 6034291.

HSL color Cylindrical-coordinate representation of color #73135C: hue angle of 314.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73135C is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 92 -
CMYK 0 0.83 0.20 0.55
HSL 314.38º 0.72% 0.26% -
HSV(B) 314.38º 0.83% 0.45% -
XYZ 9.23 4.88 10.58 -
YUV 56.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 115 19 92 0 0.83 0.20 0.55 314.38 0.72 0.26
Hex 73 13 5C 0 53 14 37 13A 48 1A
Octal 163 23 134 0 123 24 67 472 110 32
Binary 1110011 10011 1011100 0 1010011 10100 110111 100111010 1001000 11010

Color Harmonies of #73135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73135C

Black with #73135C

Text Example


Text Example

White with #73135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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