Html Css Color HEX #732758 Palatinate Purple

📋 copy color: '#732758'

red 115 ◦ green 39 ◦ blue 88

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

Shades of Palatinate Purple #732758

Tints of Palatinate Purple #732758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 47.52%
G = 16.12%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#732758 (or 0x732758) is known color: Palatinate Purple. HEX triplet: 73, 27 and 58. RGB value is (115,39,88). Sum of RGB (Red+Green+Blue) = 115+39+88=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #732758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732758 is #8CD8A7. Grayscale: #434343. Windows color (decimal): -9230504 or 5777267. OLE color: 5777267.

HSL color Cylindrical-coordinate representation of color #732758: hue angle of 321.32º 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 #732758 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 39 88 -
CMYK 0 0.66 0.23 0.55
HSL 321.32º 0.49% 0.3% -
HSV(B) 321.32º 0.66% 0.45% -
XYZ 9.56 5.8 9.85 -
YUV 67.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 115 39 88 0 0.66 0.23 0.55 321.32 0.49 0.3
Hex 73 27 58 0 42 17 37 141 31 1E
Octal 163 47 130 0 102 27 67 501 61 36
Binary 1110011 100111 1011000 0 1000010 10111 110111 101000001 110001 11110

Color Harmonies of #732758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732758

Black with #732758

Text Example


Text Example

White with #732758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732758; }

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

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

background-color css

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

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

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

border-color css

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

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

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