Html Css Color HEX #724168 Palatinate Purple

📋 copy color: '#724168'

red 114 ◦ green 65 ◦ blue 104

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

Shades of Palatinate Purple #724168

Tints of Palatinate Purple #724168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 40.28%
G = 22.97%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#724168 (or 0x724168) is known color: Palatinate Purple. HEX triplet: 72, 41 and 68. RGB value is (114,65,104). Sum of RGB (Red+Green+Blue) = 114+65+104=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724168 is #8DBE97. Grayscale: #535353. Windows color (decimal): -9289368 or 6832498. OLE color: 6832498.

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

Color convert

RGB 114 65 104 -
CMYK 0 0.43 0.09 0.55
HSL 312.24º 0.27% 0.35% -
HSV(B) 312.24º 0.43% 0.45% -
XYZ 11.33 8.36 14.11 -
YUV 84.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 114 65 104 0 0.43 0.09 0.55 312.24 0.27 0.35
Hex 72 41 68 0 2B 9 37 138 1B 23
Octal 162 101 150 0 53 11 67 470 33 43
Binary 1110010 1000001 1101000 0 101011 1001 110111 100111000 11011 100011

Color Harmonies of #724168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724168

Black with #724168

Text Example


Text Example

White with #724168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724168; }

 p { color: rgb(114,65,104); }

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

background-color css

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

 a { background-color: rgb(114,65,104); }

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

border-color css

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

 span { border-color: rgb(114,65,104); }

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