Html Css Color HEX #73275B Palatinate Purple

📋 copy color: '#73275B'

red 115 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #73275B

Tints of Palatinate Purple #73275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 46.94%
G = 15.92%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73275B (or 0x73275B) is known color: Palatinate Purple. HEX triplet: 73, 27 and 5B. RGB value is (115,39,91). Sum of RGB (Red+Green+Blue) = 115+39+91=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73275B is #8CD8A4. Grayscale: #434343. Windows color (decimal): -9230501 or 5973875. OLE color: 5973875.

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

Color convert

RGB 115 39 91 -
CMYK 0 0.66 0.21 0.55
HSL 318.95º 0.49% 0.3% -
HSV(B) 318.95º 0.66% 0.45% -
XYZ 9.68 5.85 10.52 -
YUV 67.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 115 39 91 0 0.66 0.21 0.55 318.95 0.49 0.3
Hex 73 27 5B 0 42 15 37 13F 31 1E
Octal 163 47 133 0 102 25 67 477 61 36
Binary 1110011 100111 1011011 0 1000010 10101 110111 100111111 110001 11110

Color Harmonies of #73275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73275B

Black with #73275B

Text Example


Text Example

White with #73275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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