Html Css Color HEX #732762 Palatinate Purple

📋 copy color: '#732762'

red 115 ◦ green 39 ◦ blue 98

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

Shades of Palatinate Purple #732762

Tints of Palatinate Purple #732762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 45.63%
G = 15.48%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#732762 (or 0x732762) is known color: Palatinate Purple. HEX triplet: 73, 27 and 62. RGB value is (115,39,98). Sum of RGB (Red+Green+Blue) = 115+39+98=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #732762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732762 is #8CD89D. Grayscale: #444444. Windows color (decimal): -9230494 or 6432627. OLE color: 6432627.

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

Color convert

RGB 115 39 98 -
CMYK 0 0.66 0.15 0.55
HSL 313.42º 0.49% 0.3% -
HSV(B) 313.42º 0.66% 0.45% -
XYZ 10 5.98 12.18 -
YUV 68.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 115 39 98 0 0.66 0.15 0.55 313.42 0.49 0.3
Hex 73 27 62 0 42 F 37 139 31 1E
Octal 163 47 142 0 102 17 67 471 61 36
Binary 1110011 100111 1100010 0 1000010 1111 110111 100111001 110001 11110

Color Harmonies of #732762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732762

Black with #732762

Text Example


Text Example

White with #732762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732762; }

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

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

background-color css

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

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

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

border-color css

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

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

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