Html Css Color HEX #73105F Palatinate Purple

📋 copy color: '#73105F'

red 115 ◦ green 16 ◦ blue 95

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

Shades of Palatinate Purple #73105F

Tints of Palatinate Purple #73105F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 50.88%
G = 7.08%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73105F (or 0x73105F) is known color: Palatinate Purple. HEX triplet: 73, 10 and 5F. RGB value is (115,16,95). Sum of RGB (Red+Green+Blue) = 115+16+95=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73105F is #8CEFA0. Grayscale: #363636. Windows color (decimal): -9236385 or 6230131. OLE color: 6230131.

HSL color Cylindrical-coordinate representation of color #73105F: hue angle of 312.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73105F is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 95 -
CMYK 0 0.86 0.17 0.55
HSL 312.12º 0.76% 0.26% -
HSV(B) 312.12º 0.86% 0.45% -
XYZ 9.32 4.84 11.27 -
YUV 54.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 115 16 95 0 0.86 0.17 0.55 312.12 0.76 0.26
Hex 73 10 5F 0 56 11 37 138 4C 1A
Octal 163 20 137 0 126 21 67 470 114 32
Binary 1110011 10000 1011111 0 1010110 10001 110111 100111000 1001100 11010

Color Harmonies of #73105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73105F

Black with #73105F

Text Example


Text Example

White with #73105F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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