Html Css Color HEX #655499 Butterfly Bush

📋 copy color: '#655499'

red 101 ◦ green 84 ◦ blue 153

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

Shades of Butterfly Bush #655499

Tints of Butterfly Bush #655499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 29.88%
G = 24.85%
B = 45.27%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#655499 (or 0x655499) is known color: Butterfly Bush. HEX triplet: 65, 54 and 99. RGB value is (101,84,153). Sum of RGB (Red+Green+Blue) = 101+84+153=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #655499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655499 is #9AAB66. Grayscale: #606060. Windows color (decimal): -10136423 or 10048613. OLE color: 10048613.

HSL color Cylindrical-coordinate representation of color #655499: hue angle of 254.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #655499 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 84 153 -
CMYK 0.34 0.45 0 0.4
HSL 254.78º 0.29% 0.46% -
HSV(B) 254.78º 0.45% 0.6% -
XYZ 14.29 11.41 31.59 -
YUV 96.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 101 84 153 0.34 0.45 0 0.4 254.78 0.29 0.46
Hex 65 54 99 22 2D 0 28 FF 1D 2E
Octal 145 124 231 42 55 0 50 377 35 56
Binary 1100101 1010100 10011001 100010 101101 0 101000 11111111 11101 101110

Color Harmonies of #655499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655499

Black with #655499

Text Example


Text Example

White with #655499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655499; }

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

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

background-color css

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

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

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

border-color css

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

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

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