Html Css Color HEX #73126B Palatinate Purple

📋 copy color: '#73126B'

red 115 ◦ green 18 ◦ blue 107

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

Shades of Palatinate Purple #73126B

Tints of Palatinate Purple #73126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 47.92%
G = 7.5%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73126B (or 0x73126B) is known color: Palatinate Purple. HEX triplet: 73, 12 and 6B. RGB value is (115,18,107). Sum of RGB (Red+Green+Blue) = 115+18+107=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126B is #8CED94. Grayscale: #383838. Windows color (decimal): -9235861 or 7017075. OLE color: 7017075.

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

Color convert

RGB 115 18 107 -
CMYK 0 0.84 0.07 0.55
HSL 304.95º 0.73% 0.26% -
HSV(B) 304.95º 0.84% 0.45% -
XYZ 9.94 5.14 14.38 -
YUV 57.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 115 18 107 0 0.84 0.07 0.55 304.95 0.73 0.26
Hex 73 12 6B 0 54 7 37 131 49 1A
Octal 163 22 153 0 124 7 67 461 111 32
Binary 1110011 10010 1101011 0 1010100 111 110111 100110001 1001001 11010

Color Harmonies of #73126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73126B

Black with #73126B

Text Example


Text Example

White with #73126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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