Html Css Color HEX #605393 Butterfly Bush

📋 copy color: '#605393'

red 96 ◦ green 83 ◦ blue 147

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

Shades of Butterfly Bush #605393

Tints of Butterfly Bush #605393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 29.45%
G = 25.46%
B = 45.09%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#605393 (or 0x605393) is known color: Butterfly Bush. HEX triplet: 60, 53 and 93. RGB value is (96,83,147). Sum of RGB (Red+Green+Blue) = 96+83+147=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #605393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605393 is #9FAC6C. Grayscale: #5D5D5D. Windows color (decimal): -10464365 or 9655136. OLE color: 9655136.

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

Color convert

RGB 96 83 147 -
CMYK 0.35 0.44 0 0.42
HSL 252.19º 0.28% 0.45% -
HSV(B) 252.19º 0.44% 0.58% -
XYZ 13.18 10.78 28.99 -
YUV 94.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 96 83 147 0.35 0.44 0 0.42 252.19 0.28 0.45
Hex 60 53 93 23 2C 0 2A FC 1C 2D
Octal 140 123 223 43 54 0 52 374 34 55
Binary 1100000 1010011 10010011 100011 101100 0 101010 11111100 11100 101101

Color Harmonies of #605393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605393

Black with #605393

Text Example


Text Example

White with #605393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605393; }

 p { color: rgb(96,83,147); }

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

background-color css

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

 a { background-color: rgb(96,83,147); }

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

border-color css

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

 span { border-color: rgb(96,83,147); }

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