Html Css Color HEX #732364 Palatinate Purple

📋 copy color: '#732364'

red 115 ◦ green 35 ◦ blue 100

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

Shades of Palatinate Purple #732364

Tints of Palatinate Purple #732364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40%

R = 46%
G = 14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#732364 (or 0x732364) is known color: Palatinate Purple. HEX triplet: 73, 23 and 64. RGB value is (115,35,100). Sum of RGB (Red+Green+Blue) = 115+35+100=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #732364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732364 is #8CDC9B. Grayscale: #424242. Windows color (decimal): -9231516 or 6562675. OLE color: 6562675.

HSL color Cylindrical-coordinate representation of color #732364: hue angle of 311.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 #732364 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 100 -
CMYK 0 0.70 0.13 0.55
HSL 311.25º 0.53% 0.29% -
HSV(B) 311.25º 0.7% 0.45% -
XYZ 9.97 5.77 12.64 -
YUV 66.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 115 35 100 0 0.70 0.13 0.55 311.25 0.53 0.29
Hex 73 23 64 0 46 D 37 137 35 1D
Octal 163 43 144 0 106 15 67 467 65 35
Binary 1110011 100011 1100100 0 1000110 1101 110111 100110111 110101 11101

Color Harmonies of #732364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732364

Black with #732364

Text Example


Text Example

White with #732364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732364; }

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

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

background-color css

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

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

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

border-color css

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

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

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