Html Css Color HEX #615291 Butterfly Bush

📋 copy color: '#615291'

red 97 ◦ green 82 ◦ blue 145

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

Shades of Butterfly Bush #615291

Tints of Butterfly Bush #615291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 29.94%
G = 25.31%
B = 44.75%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615291 (or 0x615291) is known color: Butterfly Bush. HEX triplet: 61, 52 and 91. RGB value is (97,82,145). Sum of RGB (Red+Green+Blue) = 97+82+145=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #615291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615291 is #9EAD6E. Grayscale: #5D5D5D. Windows color (decimal): -10399087 or 9523809. OLE color: 9523809.

HSL color Cylindrical-coordinate representation of color #615291: hue angle of 254.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615291 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 82 145 -
CMYK 0.33 0.43 0 0.43
HSL 254.29º 0.28% 0.45% -
HSV(B) 254.29º 0.43% 0.57% -
XYZ 13.06 10.62 28.15 -
YUV 93.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 97 82 145 0.33 0.43 0 0.43 254.29 0.28 0.45
Hex 61 52 91 21 2B 0 2B FE 1C 2D
Octal 141 122 221 41 53 0 53 376 34 55
Binary 1100001 1010010 10010001 100001 101011 0 101011 11111110 11100 101101

Color Harmonies of #615291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615291

Black with #615291

Text Example


Text Example

White with #615291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615291; }

 p { color: rgb(97,82,145); }

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

background-color css

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

 a { background-color: rgb(97,82,145); }

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

border-color css

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

 span { border-color: rgb(97,82,145); }

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