Html Css Color HEX #655497 Butterfly Bush

📋 copy color: '#655497'

red 101 ◦ green 84 ◦ blue 151

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

Shades of Butterfly Bush #655497

Tints of Butterfly Bush #655497

RGB

 RED value IS 101 (39.84% from 255) = 30.06%

 GREEN value IS 84 (33.2% from 255) = 25%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 30.06%
G = 25%
B = 44.94%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#655497 (or 0x655497) is known color: Butterfly Bush. HEX triplet: 65, 54 and 97. RGB value is (101,84,151). Sum of RGB (Red+Green+Blue) = 101+84+151=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #655497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655497 is #9AAB68. Grayscale: #606060. Windows color (decimal): -10136425 or 9917541. OLE color: 9917541.

HSL color Cylindrical-coordinate representation of color #655497: hue angle of 255.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655497 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 84 151 -
CMYK 0.33 0.44 0 0.41
HSL 255.22º 0.29% 0.46% -
HSV(B) 255.22º 0.44% 0.59% -
XYZ 14.12 11.34 30.72 -
YUV 96.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 101 84 151 0.33 0.44 0 0.41 255.22 0.29 0.46
Hex 65 54 97 21 2C 0 29 FF 1D 2E
Octal 145 124 227 41 54 0 51 377 35 56
Binary 1100101 1010100 10010111 100001 101100 0 101001 11111111 11101 101110

Color Harmonies of #655497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655497

Black with #655497

Text Example


Text Example

White with #655497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655497; }

 p { color: rgb(101,84,151); }

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

background-color css

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

 a { background-color: rgb(101,84,151); }

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

border-color css

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

 span { border-color: rgb(101,84,151); }

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