#725C98

Color #725C98 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #725C98

Tints of Butterfly Bush #725C98

Color information

#725C98 (or 0x725C98) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5C and 98. RGB value is (114,92,152). Sum of RGB (Red+Green+Blue) = 114+92+152=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #725C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C98 is #8DA367. Grayscale: #696969. Windows color (decimal): -9282408 or 9985138. OLE color: 9985138.

HSL color Cylindrical-coordinate representation of color #725C98: hue angle of 262º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725C98 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11492152-
CMYK0.250.3900.40
HSL262º24.59%47.84%-
HSV(B)262º39.47%59.61%-
XYZ16.4313.531.45-
YUV105.42154.29134.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=31.84%
G=25.70%
B=42.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114921520.250.3900.4026224.5947.84
Hex725C9819270281061930
Octal16213423031470504063160
Binary111001010111001001100011001100111010100010000011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725C98; }

 p { color: rgb(114,92,152); }

 H1.HeaderClassName
 {
   color: #725C98;
 }
 .AnyTagClassName
 {
   color: #725C98;
 }
</style>
background-color css

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

 a { background-color: rgb(114,92,152); }

 div.DivClassName
 {
   background-color: #725C98;
 }
 .BgClassName
 {
   background-color: #725C98;
 }
</style>
border-color css

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

 span { border-color: rgb(114,92,152); }

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