Html Css Color HEX #732358 Palatinate Purple

📋 copy color: '#732358'

red 115 ◦ green 35 ◦ blue 88

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

Shades of Palatinate Purple #732358

Tints of Palatinate Purple #732358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 48.32%
G = 14.71%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#732358 (or 0x732358) is known color: Palatinate Purple. HEX triplet: 73, 23 and 58. RGB value is (115,35,88). Sum of RGB (Red+Green+Blue) = 115+35+88=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #732358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732358 is #8CDCA7. Grayscale: #404040. Windows color (decimal): -9231528 or 5776243. OLE color: 5776243.

HSL color Cylindrical-coordinate representation of color #732358: hue angle of 320.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732358 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 88 -
CMYK 0 0.70 0.23 0.55
HSL 320.25º 0.53% 0.29% -
HSV(B) 320.25º 0.7% 0.45% -
XYZ 9.43 5.55 9.81 -
YUV 64.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 115 35 88 0 0.70 0.23 0.55 320.25 0.53 0.29
Hex 73 23 58 0 46 17 37 140 35 1D
Octal 163 43 130 0 106 27 67 500 65 35
Binary 1110011 100011 1011000 0 1000110 10111 110111 101000000 110101 11101

Color Harmonies of #732358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732358

Black with #732358

Text Example


Text Example

White with #732358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732358; }

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

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

background-color css

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

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

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

border-color css

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

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

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