Html Css Color HEX #605295 Butterfly Bush

📋 copy color: '#605295'

red 96 ◦ green 82 ◦ blue 149

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

Shades of Butterfly Bush #605295

Tints of Butterfly Bush #605295

RGB

 RED value IS 96 (37.89% from 255) = 29.36%

 GREEN value IS 82 (32.42% from 255) = 25.08%

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 29.36%
G = 25.08%
B = 45.57%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605295 (or 0x605295) is known color: Butterfly Bush. HEX triplet: 60, 52 and 95. RGB value is (96,82,149). Sum of RGB (Red+Green+Blue) = 96+82+149=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #605295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605295 is #9FAD6A. Grayscale: #5D5D5D. Windows color (decimal): -10464619 or 9785952. OLE color: 9785952.

HSL color Cylindrical-coordinate representation of color #605295: hue angle of 252.54º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #605295 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 82 149 -
CMYK 0.36 0.45 0 0.42
HSL 252.54º 0.29% 0.45% -
HSV(B) 252.54º 0.45% 0.58% -
XYZ 13.27 10.69 29.8 -
YUV 93.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 96 82 149 0.36 0.45 0 0.42 252.54 0.29 0.45
Hex 60 52 95 24 2D 0 2A FD 1D 2D
Octal 140 122 225 44 55 0 52 375 35 55
Binary 1100000 1010010 10010101 100100 101101 0 101010 11111101 11101 101101

Color Harmonies of #605295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605295

Black with #605295

Text Example


Text Example

White with #605295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605295; }

 p { color: rgb(96,82,149); }

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

background-color css

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

 a { background-color: rgb(96,82,149); }

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

border-color css

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

 span { border-color: rgb(96,82,149); }

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