Html Css Color HEX #732058 Palatinate Purple

📋 copy color: '#732058'

red 115 ◦ green 32 ◦ blue 88

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

Shades of Palatinate Purple #732058

Tints of Palatinate Purple #732058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 48.94%
G = 13.62%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#732058 (or 0x732058) is known color: Palatinate Purple. HEX triplet: 73, 20 and 58. RGB value is (115,32,88). Sum of RGB (Red+Green+Blue) = 115+32+88=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732058 is #8CDFA7. Grayscale: #3F3F3F. Windows color (decimal): -9232296 or 5775475. OLE color: 5775475.

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

Color convert

RGB 115 32 88 -
CMYK 0 0.72 0.23 0.55
HSL 319.52º 0.56% 0.29% -
HSV(B) 319.52º 0.72% 0.45% -
XYZ 9.35 5.38 9.78 -
YUV 63.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 115 32 88 0 0.72 0.23 0.55 319.52 0.56 0.29
Hex 73 20 58 0 48 17 37 140 38 1D
Octal 163 40 130 0 110 27 67 500 70 35
Binary 1110011 100000 1011000 0 1001000 10111 110111 101000000 111000 11101

Color Harmonies of #732058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732058

Black with #732058

Text Example


Text Example

White with #732058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732058; }

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

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

background-color css

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

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

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

border-color css

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

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

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