Html Css Color HEX #724065 Palatinate Purple

📋 copy color: '#724065'

red 114 ◦ green 64 ◦ blue 101

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

Shades of Palatinate Purple #724065

Tints of Palatinate Purple #724065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

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

R = 40.86%
G = 22.94%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724065 (or 0x724065) is known color: Palatinate Purple. HEX triplet: 72, 40 and 65. RGB value is (114,64,101). Sum of RGB (Red+Green+Blue) = 114+64+101=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #724065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724065 is #8DBF9A. Grayscale: #535353. Windows color (decimal): -9289627 or 6635634. OLE color: 6635634.

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

Color convert

RGB 114 64 101 -
CMYK 0 0.44 0.11 0.55
HSL 315.6º 0.28% 0.35% -
HSV(B) 315.6º 0.44% 0.45% -
XYZ 11.12 8.18 13.31 -
YUV 83.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 114 64 101 0 0.44 0.11 0.55 315.6 0.28 0.35
Hex 72 40 65 0 2C B 37 13C 1C 23
Octal 162 100 145 0 54 13 67 474 34 43
Binary 1110010 1000000 1100101 0 101100 1011 110111 100111100 11100 100011

Color Harmonies of #724065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724065

Black with #724065

Text Example


Text Example

White with #724065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724065; }

 p { color: rgb(114,64,101); }

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

background-color css

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

 a { background-color: rgb(114,64,101); }

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

border-color css

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

 span { border-color: rgb(114,64,101); }

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