Html Css Color HEX #665397 Butterfly Bush

📋 copy color: '#665397'

red 102 ◦ green 83 ◦ blue 151

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

Shades of Butterfly Bush #665397

Tints of Butterfly Bush #665397

RGB

 RED value IS 102 (40.23% from 255) = 30.36%

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

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 30.36%
G = 24.7%
B = 44.94%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#665397 (or 0x665397) is known color: Butterfly Bush. HEX triplet: 66, 53 and 97. RGB value is (102,83,151). Sum of RGB (Red+Green+Blue) = 102+83+151=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #665397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665397 is #99AC68. Grayscale: #606060. Windows color (decimal): -10071145 or 9917286. OLE color: 9917286.

HSL color Cylindrical-coordinate representation of color #665397: hue angle of 256.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #665397 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 83 151 -
CMYK 0.32 0.45 0 0.41
HSL 256.76º 0.29% 0.46% -
HSV(B) 256.76º 0.45% 0.59% -
XYZ 14.16 11.25 30.7 -
YUV 96.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 102 83 151 0.32 0.45 0 0.41 256.76 0.29 0.46
Hex 66 53 97 20 2D 0 29 101 1D 2E
Octal 146 123 227 40 55 0 51 401 35 56
Binary 1100110 1010011 10010111 100000 101101 0 101001 100000001 11101 101110

Color Harmonies of #665397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665397

Black with #665397

Text Example


Text Example

White with #665397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665397; }

 p { color: rgb(102,83,151); }

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

background-color css

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

 a { background-color: rgb(102,83,151); }

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

border-color css

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

 span { border-color: rgb(102,83,151); }

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