Html Css Color HEX #723760 Palatinate Purple

📋 copy color: '#723760'

red 114 ◦ green 55 ◦ blue 96

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

Shades of Palatinate Purple #723760

Tints of Palatinate Purple #723760

RGB

 RED value IS 114 (44.92% from 255) = 43.02%

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 43.02%
G = 20.75%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#723760 (or 0x723760) is known color: Palatinate Purple. HEX triplet: 72, 37 and 60. RGB value is (114,55,96). Sum of RGB (Red+Green+Blue) = 114+55+96=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #723760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723760 is #8DC89F. Grayscale: #4D4D4D. Windows color (decimal): -9291936 or 6305650. OLE color: 6305650.

HSL color Cylindrical-coordinate representation of color #723760: hue angle of 318.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #723760 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 96 -
CMYK 0 0.52 0.16 0.55
HSL 318.31º 0.35% 0.33% -
HSV(B) 318.31º 0.52% 0.45% -
XYZ 10.42 7.15 11.9 -
YUV 77.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 114 55 96 0 0.52 0.16 0.55 318.31 0.35 0.33
Hex 72 37 60 0 34 10 37 13E 23 21
Octal 162 67 140 0 64 20 67 476 43 41
Binary 1110010 110111 1100000 0 110100 10000 110111 100111110 100011 100001

Color Harmonies of #723760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723760

Black with #723760

Text Example


Text Example

White with #723760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723760; }

 p { color: rgb(114,55,96); }

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

background-color css

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

 a { background-color: rgb(114,55,96); }

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

border-color css

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

 span { border-color: rgb(114,55,96); }

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