#654988

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

Shades of Butterfly Bush #654988

Tints of Butterfly Bush #654988

Color information

#654988 (or 0x654988) is unknown color: approx Butterfly Bush. HEX triplet: 65, 49 and 88. RGB value is (101,73,136). Sum of RGB (Red+Green+Blue) = 101+73+136=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #654988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654988 is #9AB677. Grayscale: #585858. Windows color (decimal): -10139256 or 8931685. OLE color: 8931685.

HSL color Cylindrical-coordinate representation of color #654988: hue angle of 266.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654988 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10173136-
CMYK0.260.4600.47
HSL266.67º30.14%40.98%-
HSV(B)266.67º46.32%53.33%-
XYZ12.199.3124.45-
YUV88.55154.78136.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=32.58%
G=23.55%
B=43.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101731360.260.4600.47266.6730.1440.98
Hex6549881A2E02F10b1e29
Octal14511121032560574133651
Binary110010110010011000100011010101110010111110000101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654988; }

 p { color: rgb(101,73,136); }

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

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

 a { background-color: rgb(101,73,136); }

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

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

 span { border-color: rgb(101,73,136); }

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