Html Css Color HEX #732368 Palatinate Purple

📋 copy color: '#732368'

red 115 ◦ green 35 ◦ blue 104

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

Shades of Palatinate Purple #732368

Tints of Palatinate Purple #732368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 45.28%
G = 13.78%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#732368 (or 0x732368) is known color: Palatinate Purple. HEX triplet: 73, 23 and 68. RGB value is (115,35,104). Sum of RGB (Red+Green+Blue) = 115+35+104=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #732368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732368 is #8CDC97. Grayscale: #424242. Windows color (decimal): -9231512 or 6824819. OLE color: 6824819.

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

Color convert

RGB 115 35 104 -
CMYK 0 0.70 0.10 0.55
HSL 308.25º 0.53% 0.29% -
HSV(B) 308.25º 0.7% 0.45% -
XYZ 10.17 5.85 13.69 -
YUV 66.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 115 35 104 0 0.70 0.10 0.55 308.25 0.53 0.29
Hex 73 23 68 0 46 A 37 134 35 1D
Octal 163 43 150 0 106 12 67 464 65 35
Binary 1110011 100011 1101000 0 1000110 1010 110111 100110100 110101 11101

Color Harmonies of #732368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732368

Black with #732368

Text Example


Text Example

White with #732368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732368; }

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

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

background-color css

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

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

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

border-color css

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

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

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