Html Css Color HEX #615593 Butterfly Bush

📋 copy color: '#615593'

red 97 ◦ green 85 ◦ blue 147

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

Shades of Butterfly Bush #615593

Tints of Butterfly Bush #615593

RGB

 RED value IS 97 (38.28% from 255) = 29.48%

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

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 29.48%
G = 25.84%
B = 44.68%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615593 (or 0x615593) is known color: Butterfly Bush. HEX triplet: 61, 55 and 93. RGB value is (97,85,147). Sum of RGB (Red+Green+Blue) = 97+85+147=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #615593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615593 is #9EAA6C. Grayscale: #5F5F5F. Windows color (decimal): -10398317 or 9655649. OLE color: 9655649.

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

Color convert

RGB 97 85 147 -
CMYK 0.34 0.42 0 0.42
HSL 251.61º 0.27% 0.45% -
HSV(B) 251.61º 0.42% 0.58% -
XYZ 13.44 11.14 29.05 -
YUV 95.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 97 85 147 0.34 0.42 0 0.42 251.61 0.27 0.45
Hex 61 55 93 22 2A 0 2A FC 1B 2D
Octal 141 125 223 42 52 0 52 374 33 55
Binary 1100001 1010101 10010011 100010 101010 0 101010 11111100 11011 101101

Color Harmonies of #615593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615593

Black with #615593

Text Example


Text Example

White with #615593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615593; }

 p { color: rgb(97,85,147); }

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

background-color css

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

 a { background-color: rgb(97,85,147); }

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

border-color css

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

 span { border-color: rgb(97,85,147); }

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