Html Css Color HEX #73125A Palatinate Purple

📋 copy color: '#73125A'

red 115 ◦ green 18 ◦ blue 90

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

Shades of Palatinate Purple #73125A

Tints of Palatinate Purple #73125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 51.57%
G = 8.07%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73125A (or 0x73125A) is known color: Palatinate Purple. HEX triplet: 73, 12 and 5A. RGB value is (115,18,90). Sum of RGB (Red+Green+Blue) = 115+18+90=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73125A is #8CEDA5. Grayscale: #373737. Windows color (decimal): -9235878 or 5902963. OLE color: 5902963.

HSL color Cylindrical-coordinate representation of color #73125A: hue angle of 315.46º 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 #73125A is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 90 -
CMYK 0 0.84 0.22 0.55
HSL 315.46º 0.73% 0.26% -
HSV(B) 315.46º 0.84% 0.45% -
XYZ 9.13 4.82 10.12 -
YUV 55.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 115 18 90 0 0.84 0.22 0.55 315.46 0.73 0.26
Hex 73 12 5A 0 54 16 37 13B 49 1A
Octal 163 22 132 0 124 26 67 473 111 32
Binary 1110011 10010 1011010 0 1010100 10110 110111 100111011 1001001 11010

Color Harmonies of #73125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73125A

Black with #73125A

Text Example


Text Example

White with #73125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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