Html Css Color HEX #675380 Butterfly Bush

📋 copy color: '#675380'

red 103 ◦ green 83 ◦ blue 128

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

Shades of Butterfly Bush #675380

Tints of Butterfly Bush #675380

RGB

 RED value IS 103 (40.63% from 255) = 32.8%

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 32.8%
G = 26.43%
B = 40.76%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#675380 (or 0x675380) is known color: Butterfly Bush. HEX triplet: 67, 53 and 80. RGB value is (103,83,128). Sum of RGB (Red+Green+Blue) = 103+83+128=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #675380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675380 is #98AC7F. Grayscale: #5D5D5D. Windows color (decimal): -10005632 or 8409959. OLE color: 8409959.

HSL color Cylindrical-coordinate representation of color #675380: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675380 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 83 128 -
CMYK 0.20 0.35 0 0.50
HSL 266.67º 0.21% 0.41% -
HSV(B) 266.67º 0.35% 0.5% -
XYZ 12.58 10.63 21.81 -
YUV 94.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 103 83 128 0.20 0.35 0 0.50 266.67 0.21 0.41
Hex 67 53 80 14 23 0 32 10B 15 29
Octal 147 123 200 24 43 0 62 413 25 51
Binary 1100111 1010011 10000000 10100 100011 0 110010 100001011 10101 101001

Color Harmonies of #675380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675380

Black with #675380

Text Example


Text Example

White with #675380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675380; }

 p { color: rgb(103,83,128); }

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

background-color css

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

 a { background-color: rgb(103,83,128); }

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

border-color css

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

 span { border-color: rgb(103,83,128); }

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