Html Css Color HEX #73265E Palatinate Purple

📋 copy color: '#73265E'

red 115 ◦ green 38 ◦ blue 94

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

Shades of Palatinate Purple #73265E

Tints of Palatinate Purple #73265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 94 (37.11% from 255) = 38.06%

R = 46.56%
G = 15.38%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73265E (or 0x73265E) is known color: Palatinate Purple. HEX triplet: 73, 26 and 5E. RGB value is (115,38,94). Sum of RGB (Red+Green+Blue) = 115+38+94=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265E is #8CD9A1. Grayscale: #434343. Windows color (decimal): -9230754 or 6170227. OLE color: 6170227.

HSL color Cylindrical-coordinate representation of color #73265E: hue angle of 316.36º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73265E is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 38 94 -
CMYK 0 0.67 0.18 0.55
HSL 316.36º 0.5% 0.3% -
HSV(B) 316.36º 0.67% 0.45% -
XYZ 9.78 5.84 11.2 -
YUV 67.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 115 38 94 0 0.67 0.18 0.55 316.36 0.5 0.3
Hex 73 26 5E 0 43 12 37 13C 32 1E
Octal 163 46 136 0 103 22 67 474 62 36
Binary 1110011 100110 1011110 0 1000011 10010 110111 100111100 110010 11110

Color Harmonies of #73265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73265E

Black with #73265E

Text Example


Text Example

White with #73265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73265E; }

 p { color: rgb(115,38,94); }

 H1.HeaderClassName
 {
   color: #73265E;
 }
 .AnyTagClassName
 {
   color: #73265E;
 }
</style>

background-color css

<style>
 a { background-color: #73265E; }

 a { background-color: rgb(115,38,94); }

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

border-color css

<style>
 span { border-color: #73265E; }

 span { border-color: rgb(115,38,94); }

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