Html Css Color HEX #73265F Palatinate Purple

📋 copy color: '#73265F'

red 115 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #73265F

Tints of Palatinate Purple #73265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 46.37%
G = 15.32%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73265F (or 0x73265F) is known color: Palatinate Purple. HEX triplet: 73, 26 and 5F. RGB value is (115,38,95). Sum of RGB (Red+Green+Blue) = 115+38+95=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #73265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73265F is #8CD9A0. Grayscale: #434343. Windows color (decimal): -9230753 or 6235763. OLE color: 6235763.

HSL color Cylindrical-coordinate representation of color #73265F: hue angle of 315.58º 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 #73265F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 38 95 -
CMYK 0 0.67 0.17 0.55
HSL 315.58º 0.5% 0.3% -
HSV(B) 315.58º 0.67% 0.45% -
XYZ 9.83 5.86 11.44 -
YUV 67.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 115 38 95 0 0.67 0.17 0.55 315.58 0.5 0.3
Hex 73 26 5F 0 43 11 37 13C 32 1E
Octal 163 46 137 0 103 21 67 474 62 36
Binary 1110011 100110 1011111 0 1000011 10001 110111 100111100 110010 11110

Color Harmonies of #73265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73265F

Black with #73265F

Text Example


Text Example

White with #73265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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