Html Css Color HEX #73135F Palatinate Purple

📋 copy color: '#73135F'

red 115 ◦ green 19 ◦ blue 95

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

Shades of Palatinate Purple #73135F

Tints of Palatinate Purple #73135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 50.22%
G = 8.3%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73135F (or 0x73135F) is known color: Palatinate Purple. HEX triplet: 73, 13 and 5F. RGB value is (115,19,95). Sum of RGB (Red+Green+Blue) = 115+19+95=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73135F is #8CECA0. Grayscale: #383838. Windows color (decimal): -9235617 or 6230899. OLE color: 6230899.

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

Color convert

RGB 115 19 95 -
CMYK 0 0.83 0.17 0.55
HSL 312.5º 0.72% 0.26% -
HSV(B) 312.5º 0.83% 0.45% -
XYZ 9.37 4.94 11.29 -
YUV 56.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 115 19 95 0 0.83 0.17 0.55 312.5 0.72 0.26
Hex 73 13 5F 0 53 11 37 138 48 1A
Octal 163 23 137 0 123 21 67 470 110 32
Binary 1110011 10011 1011111 0 1010011 10001 110111 100111000 1001000 11010

Color Harmonies of #73135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73135F

Black with #73135F

Text Example


Text Example

White with #73135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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