Html Css Color HEX #73085B Palatinate Purple

📋 copy color: '#73085B'

red 115 ◦ green 8 ◦ blue 91

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

Shades of Palatinate Purple #73085B

Tints of Palatinate Purple #73085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 53.74%
G = 3.74%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73085B (or 0x73085B) is known color: Palatinate Purple. HEX triplet: 73, 08 and 5B. RGB value is (115,8,91). Sum of RGB (Red+Green+Blue) = 115+8+91=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73085B is #8CF7A4. Grayscale: #313131. Windows color (decimal): -9238437 or 5965939. OLE color: 5965939.

HSL color Cylindrical-coordinate representation of color #73085B: hue angle of 313.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73085B is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 8 91 -
CMYK 0 0.93 0.21 0.55
HSL 313.46º 0.87% 0.24% -
HSV(B) 313.46º 0.93% 0.45% -
XYZ 9.05 4.57 10.3 -
YUV 49.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 115 8 91 0 0.93 0.21 0.55 313.46 0.87 0.24
Hex 73 8 5B 0 5D 15 37 139 57 18
Octal 163 10 133 0 135 25 67 471 127 30
Binary 1110011 1000 1011011 0 1011101 10101 110111 100111001 1010111 11000

Color Harmonies of #73085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73085B

Black with #73085B

Text Example


Text Example

White with #73085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73085B; }

 p { color: rgb(115,8,91); }

 H1.HeaderClassName
 {
   color: #73085B;
 }
 .AnyTagClassName
 {
   color: #73085B;
 }
</style>

background-color css

<style>
 a { background-color: #73085B; }

 a { background-color: rgb(115,8,91); }

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

border-color css

<style>
 span { border-color: #73085B; }

 span { border-color: rgb(115,8,91); }

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