Html Css Color HEX #73065B Palatinate Purple

📋 copy color: '#73065B'

red 115 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #73065B

Tints of Palatinate Purple #73065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

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

R = 54.25%
G = 2.83%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73065B (or 0x73065B) is known color: Palatinate Purple. HEX triplet: 73, 06 and 5B. RGB value is (115,6,91). Sum of RGB (Red+Green+Blue) = 115+6+91=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73065B is #8CF9A4. Grayscale: #303030. Windows color (decimal): -9238949 or 5965427. OLE color: 5965427.

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

Color convert

RGB 115 6 91 -
CMYK 0 0.95 0.21 0.55
HSL 313.21º 0.9% 0.24% -
HSV(B) 313.21º 0.95% 0.45% -
XYZ 9.02 4.53 10.3 -
YUV 48.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 115 6 91 0 0.95 0.21 0.55 313.21 0.9 0.24
Hex 73 6 5B 0 5F 15 37 139 5A 18
Octal 163 6 133 0 137 25 67 471 132 30
Binary 1110011 110 1011011 0 1011111 10101 110111 100111001 1011010 11000

Color Harmonies of #73065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73065B

Black with #73065B

Text Example


Text Example

White with #73065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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