Html Css Color HEX #655597 Butterfly Bush

📋 copy color: '#655597'

red 101 ◦ green 85 ◦ blue 151

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

Shades of Butterfly Bush #655597

Tints of Butterfly Bush #655597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 29.97%
G = 25.22%
B = 44.81%

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

#655597 (or 0x655597) is known color: Butterfly Bush. HEX triplet: 65, 55 and 97. RGB value is (101,85,151). Sum of RGB (Red+Green+Blue) = 101+85+151=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #655597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655597 is #9AAA68. Grayscale: #616161. Windows color (decimal): -10136169 or 9917797. OLE color: 9917797.

HSL color Cylindrical-coordinate representation of color #655597: hue angle of 254.55º degrees, saturation: 0.28, 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 #655597 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 85 151 -
CMYK 0.33 0.44 0 0.41
HSL 254.55º 0.28% 0.46% -
HSV(B) 254.55º 0.44% 0.59% -
XYZ 14.2 11.5 30.75 -
YUV 97.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 101 85 151 0.33 0.44 0 0.41 254.55 0.28 0.46
Hex 65 55 97 21 2C 0 29 FF 1C 2E
Octal 145 125 227 41 54 0 51 377 34 56
Binary 1100101 1010101 10010111 100001 101100 0 101001 11111111 11100 101110

Color Harmonies of #655597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655597

Black with #655597

Text Example


Text Example

White with #655597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655597; }

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

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

background-color css

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

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

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

border-color css

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

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

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