Html Css Color HEX #73125E Palatinate Purple

📋 copy color: '#73125E'

red 115 ◦ green 18 ◦ blue 94

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

Shades of Palatinate Purple #73125E

Tints of Palatinate Purple #73125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 50.66%
G = 7.93%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73125E (or 0x73125E) is known color: Palatinate Purple. HEX triplet: 73, 12 and 5E. RGB value is (115,18,94). Sum of RGB (Red+Green+Blue) = 115+18+94=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73125E is #8CEDA1. Grayscale: #373737. Windows color (decimal): -9235874 or 6165107. OLE color: 6165107.

HSL color Cylindrical-coordinate representation of color #73125E: hue angle of 312.99º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73125E is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 94 -
CMYK 0 0.84 0.18 0.55
HSL 312.99º 0.73% 0.26% -
HSV(B) 312.99º 0.84% 0.45% -
XYZ 9.31 4.89 11.04 -
YUV 55.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 115 18 94 0 0.84 0.18 0.55 312.99 0.73 0.26
Hex 73 12 5E 0 54 12 37 139 49 1A
Octal 163 22 136 0 124 22 67 471 111 32
Binary 1110011 10010 1011110 0 1010100 10010 110111 100111001 1001001 11010

Color Harmonies of #73125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73125E

Black with #73125E

Text Example


Text Example

White with #73125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73125E; }

 p { color: rgb(115,18,94); }

 H1.HeaderClassName
 {
   color: #73125E;
 }
 .AnyTagClassName
 {
   color: #73125E;
 }
</style>

background-color css

<style>
 a { background-color: #73125E; }

 a { background-color: rgb(115,18,94); }

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

border-color css

<style>
 span { border-color: #73125E; }

 span { border-color: rgb(115,18,94); }

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