#65519D

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

Shades of Butterfly Bush #65519D

Tints of Butterfly Bush #65519D

Color information

#65519D (or 0x65519D) is unknown color: approx Butterfly Bush. HEX triplet: 65, 51 and 9D. RGB value is (101,81,157). Sum of RGB (Red+Green+Blue) = 101+81+157=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #65519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65519D is #9AAE62. Grayscale: #5F5F5F. Windows color (decimal): -10137187 or 10309989. OLE color: 10309989.

HSL color Cylindrical-coordinate representation of color #65519D: hue angle of 255.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65519D is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10181157-
CMYK0.360.4800.38
HSL255.79º31.93%46.67%-
HSV(B)255.79º48.41%61.57%-
XYZ14.411.0933.28-
YUV95.64162.63131.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 157 (61.72% from 255) = 46.31%
R=29.79%
G=23.89%
B=46.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101811570.360.4800.38255.7931.9346.67
Hex65519D2430026100202f
Octal14512123544600464004057
Binary11001011010001100111011001001100000100110100000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65519D; }

 p { color: rgb(101,81,157); }

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

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

 a { background-color: rgb(101,81,157); }

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

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

 span { border-color: rgb(101,81,157); }

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