Html Css Color HEX #732070 Palatinate Purple

📋 copy color: '#732070'

red 115 ◦ green 32 ◦ blue 112

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

Shades of Palatinate Purple #732070

Tints of Palatinate Purple #732070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 44.4%
G = 12.36%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#732070 (or 0x732070) is known color: Palatinate Purple. HEX triplet: 73, 20 and 70. RGB value is (115,32,112). Sum of RGB (Red+Green+Blue) = 115+32+112=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #732070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732070 is #8CDF8F. Grayscale: #414141. Windows color (decimal): -9232272 or 7348339. OLE color: 7348339.

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

Color convert

RGB 115 32 112 -
CMYK 0 0.72 0.03 0.55
HSL 302.17º 0.56% 0.29% -
HSV(B) 302.17º 0.72% 0.45% -
XYZ 10.51 5.85 15.9 -
YUV 65.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 115 32 112 0 0.72 0.03 0.55 302.17 0.56 0.29
Hex 73 20 70 0 48 3 37 12E 38 1D
Octal 163 40 160 0 110 3 67 456 70 35
Binary 1110011 100000 1110000 0 1001000 11 110111 100101110 111000 11101

Color Harmonies of #732070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732070

Black with #732070

Text Example


Text Example

White with #732070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732070; }

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

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

background-color css

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

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

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

border-color css

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

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

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