Html Css Color HEX #732369 Palatinate Purple

📋 copy color: '#732369'

red 115 ◦ green 35 ◦ blue 105

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

Shades of Palatinate Purple #732369

Tints of Palatinate Purple #732369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 45.1%
G = 13.73%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#732369 (or 0x732369) is known color: Palatinate Purple. HEX triplet: 73, 23 and 69. RGB value is (115,35,105). Sum of RGB (Red+Green+Blue) = 115+35+105=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732369 is #8CDC96. Grayscale: #424242. Windows color (decimal): -9231511 or 6890355. OLE color: 6890355.

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

Color convert

RGB 115 35 105 -
CMYK 0 0.70 0.09 0.55
HSL 307.5º 0.53% 0.29% -
HSV(B) 307.5º 0.7% 0.45% -
XYZ 10.22 5.87 13.96 -
YUV 66.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 115 35 105 0 0.70 0.09 0.55 307.5 0.53 0.29
Hex 73 23 69 0 46 9 37 134 35 1D
Octal 163 43 151 0 106 11 67 464 65 35
Binary 1110011 100011 1101001 0 1000110 1001 110111 100110100 110101 11101

Color Harmonies of #732369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732369

Black with #732369

Text Example


Text Example

White with #732369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732369; }

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

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

background-color css

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

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

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

border-color css

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

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

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