Html Css Color HEX #605199 Butterfly Bush

📋 copy color: '#605199'

red 96 ◦ green 81 ◦ blue 153

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

Shades of Butterfly Bush #605199

Tints of Butterfly Bush #605199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 29.09%
G = 24.55%
B = 46.36%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#605199 (or 0x605199) is known color: Butterfly Bush. HEX triplet: 60, 51 and 99. RGB value is (96,81,153). Sum of RGB (Red+Green+Blue) = 96+81+153=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #605199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605199 is #9FAE66. Grayscale: #5D5D5D. Windows color (decimal): -10464871 or 10047840. OLE color: 10047840.

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

Color convert

RGB 96 81 153 -
CMYK 0.37 0.47 0 0.4
HSL 252.5º 0.31% 0.46% -
HSV(B) 252.5º 0.47% 0.6% -
XYZ 13.52 10.67 31.48 -
YUV 93.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 96 81 153 0.37 0.47 0 0.4 252.5 0.31 0.46
Hex 60 51 99 25 2F 0 28 FD 1F 2E
Octal 140 121 231 45 57 0 50 375 37 56
Binary 1100000 1010001 10011001 100101 101111 0 101000 11111101 11111 101110

Color Harmonies of #605199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605199

Black with #605199

Text Example


Text Example

White with #605199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605199; }

 p { color: rgb(96,81,153); }

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

background-color css

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

 a { background-color: rgb(96,81,153); }

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

border-color css

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

 span { border-color: rgb(96,81,153); }

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