Html Css Color HEX #732065 Palatinate Purple

📋 copy color: '#732065'

red 115 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #732065

Tints of Palatinate Purple #732065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 46.37%
G = 12.9%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#732065 (or 0x732065) is known color: Palatinate Purple. HEX triplet: 73, 20 and 65. RGB value is (115,32,101). Sum of RGB (Red+Green+Blue) = 115+32+101=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #732065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732065 is #8CDF9A. Grayscale: #404040. Windows color (decimal): -9232283 or 6627443. OLE color: 6627443.

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

Color convert

RGB 115 32 101 -
CMYK 0 0.72 0.12 0.55
HSL 310.12º 0.56% 0.29% -
HSV(B) 310.12º 0.72% 0.45% -
XYZ 9.94 5.62 12.87 -
YUV 64.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 115 32 101 0 0.72 0.12 0.55 310.12 0.56 0.29
Hex 73 20 65 0 48 C 37 136 38 1D
Octal 163 40 145 0 110 14 67 466 70 35
Binary 1110011 100000 1100101 0 1001000 1100 110111 100110110 111000 11101

Color Harmonies of #732065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732065

Black with #732065

Text Example


Text Example

White with #732065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732065; }

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

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

background-color css

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

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

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

border-color css

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

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

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