Html Css Color HEX #72597B Rum

📋 copy color: '#72597B'

red 114 ◦ green 89 ◦ blue 123

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

Shades of Rum #72597B

Tints of Rum #72597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 34.97%
G = 27.3%
B = 37.73%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72597B (or 0x72597B) is known color: Rum. HEX triplet: 72, 59 and 7B. RGB value is (114,89,123). Sum of RGB (Red+Green+Blue) = 114+89+123=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #72597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72597B is #8DA684. Grayscale: #646464. Windows color (decimal): -9283205 or 8083826. OLE color: 8083826.

HSL color Cylindrical-coordinate representation of color #72597B: hue angle of 284.12º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72597B is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 89 123 -
CMYK 0.07 0.28 0 0.52
HSL 284.12º 0.16% 0.42% -
HSV(B) 284.12º 0.28% 0.48% -
XYZ 14.09 12.15 20.34 -
YUV 100.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 114 89 123 0.07 0.28 0 0.52 284.12 0.16 0.42
Hex 72 59 7B 7 1C 0 34 11C 10 2A
Octal 162 131 173 7 34 0 64 434 20 52
Binary 1110010 1011001 1111011 111 11100 0 110100 100011100 10000 101010

Color Harmonies of #72597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72597B

Black with #72597B

Text Example


Text Example

White with #72597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72597B; }

 p { color: rgb(114,89,123); }

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

background-color css

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

 a { background-color: rgb(114,89,123); }

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

border-color css

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

 span { border-color: rgb(114,89,123); }

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