Html Css Color HEX #73025D Palatinate Purple

📋 copy color: '#73025D'

red 115 ◦ green 2 ◦ blue 93

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

Shades of Palatinate Purple #73025D

Tints of Palatinate Purple #73025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 54.76%
G = 0.95%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73025D (or 0x73025D) is known color: Palatinate Purple. HEX triplet: 73, 02 and 5D. RGB value is (115,2,93). Sum of RGB (Red+Green+Blue) = 115+2+93=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73025D is #8CFDA2. Grayscale: #2D2D2D. Windows color (decimal): -9239971 or 6095475. OLE color: 6095475.

HSL color Cylindrical-coordinate representation of color #73025D: hue angle of 311.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73025D is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 2 93 -
CMYK 0 0.98 0.19 0.55
HSL 311.68º 0.97% 0.23% -
HSV(B) 311.68º 0.98% 0.45% -
XYZ 9.07 4.48 10.74 -
YUV 46.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 115 2 93 0 0.98 0.19 0.55 311.68 0.97 0.23
Hex 73 2 5D 0 62 13 37 138 61 17
Octal 163 2 135 0 142 23 67 470 141 27
Binary 1110011 10 1011101 0 1100010 10011 110111 100111000 1100001 10111

Color Harmonies of #73025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73025D

Black with #73025D

Text Example


Text Example

White with #73025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73025D; }

 p { color: rgb(115,2,93); }

 H1.HeaderClassName
 {
   color: #73025D;
 }
 .AnyTagClassName
 {
   color: #73025D;
 }
</style>

background-color css

<style>
 a { background-color: #73025D; }

 a { background-color: rgb(115,2,93); }

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

border-color css

<style>
 span { border-color: #73025D; }

 span { border-color: rgb(115,2,93); }

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